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.
2 parents 986ba81 + af3ef77 commit 02c435aCopy full SHA for 02c435a
.github/workflows/build_docs.yml
@@ -38,7 +38,7 @@ jobs:
38
run: jupyter book build --keep-going .
39
40
- name: Upload artifact
41
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
42
with:
43
path: ${{ env.PUBLISH_DIR }}
44
name: ${{ matrix.label }}-docs
.github/workflows/pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build SDist and wheel
20
run: python3 -m build --no-isolation --sdist
21
22
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
23
24
path: dist/*
25
0 commit comments