We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fddb3fc + 949021a commit f18ef4aCopy full SHA for f18ef4a
2 files changed
.github/workflows/build_docs.yml
@@ -40,7 +40,7 @@ jobs:
40
run: jupyter book build --keep-going .
41
42
- name: Upload artifact
43
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
44
with:
45
path: ${{ env.PUBLISH_DIR }}
46
name: ${{ matrix.label }}-docs
.github/workflows/pypi.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build SDist and wheel
21
run: python3 -m build --no-isolation --sdist
22
23
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
24
25
path: dist/*
26
0 commit comments