We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcc460d + 408b8b0 commit 50b6142Copy full SHA for 50b6142
1 file changed
.github/workflows/build_docs.yml
@@ -38,6 +38,6 @@ jobs:
38
run: python3 -m sphinx -b html . build
39
40
- name: Upload artifact
41
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
42
with:
43
path: ${{ env.PUBLISH_DIR }}
0 commit comments