Please create a v5 tag so that you can do this: ```text uses: actions/upload-pages-artifact@v5 ``` Instead of this: ```text uses: actions/upload-pages-artifact@v5.0.0 ``` That would be consistent with how previous releases were handled (e.g., v4.0.0 and v4).
Please create a v5 tag so that you can do this:
Instead of this:
That would be consistent with how previous releases were handled (e.g., v4.0.0 and v4).