We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08b4cf commit 3120906Copy full SHA for 3120906
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@v3.0.1
+ uses: actions/upload-pages-artifact@v4.0.0
57
with:
58
path: .artifacts/docs/html
59
- name: Deploy artifact
0 commit comments