I think it's common practice to either bump the v1 tag on each release of v1.x or (maybe) even github does this automatically if there is no v1 tag in the repo. Either way the tag points to the original v1.0.0 release: https://github.com/allure-framework/setup-allurectl/tags
We ran into this issue because we were getting deprecation warning for node v20 as was fixed in https://github.com/allure-framework/setup-allurectl/issues/139 back in May, however because we followed the docs and installed using this code:
We only got the v1.0.0.
I think it's common practice to either bump the v1 tag on each release of v1.x or (maybe) even github does this automatically if there is no v1 tag in the repo. Either way the tag points to the original v1.0.0 release: https://github.com/allure-framework/setup-allurectl/tags