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 2717460 commit 87f84c9Copy full SHA for 87f84c9
.github/workflows/build_docs.yml
@@ -31,6 +31,6 @@ jobs:
31
run: cd docs && jupyter book build --html --check-links
32
33
- name: Upload artifact
34
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
35
with:
36
path: ${{ env.PUBLISH_DIR }}
0 commit comments