We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba7d36 commit dc9d3a3Copy full SHA for dc9d3a3
.github/workflows/build_docs.yml
@@ -43,7 +43,7 @@ jobs:
43
run: python3 -m jupyter book build .
44
45
- name: Upload artifact
46
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-artifact@v3
47
with:
48
name: documentation
49
path: ${{ env.PUBLISH_DIR }}
0 commit comments