We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf3fe8 commit 72b80ccCopy full SHA for 72b80cc
1 file changed
actions/publish/action.yml
@@ -53,7 +53,7 @@ runs:
53
shell: bash
54
run: 'ls .artifacts/docs/html'
55
- name: Upload artifact
56
- uses: actions/upload-pages-artifact@v4.0.0
+ uses: actions/upload-pages-artifact@v5.0.0
57
with:
58
path: .artifacts/docs/html
59
- name: Deploy artifact
0 commit comments