We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ba4de commit 1b37b17Copy full SHA for 1b37b17
1 file changed
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
run: pipx run nox -s docs
24
25
- name: Upload docs build as artifact
26
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
27
with:
28
name: ${{ github.event.repository.name }}_docs
29
path: ${{ github.workspace }}/site
0 commit comments