We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8f0ae7 + ef5fdc8 commit 6bc90e1Copy full SHA for 6bc90e1
1 file changed
.github/workflows/ci_publish.yml
@@ -41,7 +41,7 @@ jobs:
41
run: tox -e py312-buildhtml
42
43
- name: Upload full book artifact
44
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
45
# Run this even if previous step fails, so we can preview the run output
46
if: always()
47
with:
0 commit comments