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 7b9c2e3 commit 4f51287Copy full SHA for 4f51287
.github/workflows/python-package.yml
@@ -90,7 +90,7 @@ jobs:
90
run: uv run sphinx-build -b html docs dist/docs
91
- name: Check the documentation doesn't have broken links
92
run: uv run sphinx-build -b linkcheck docs dist/docs
93
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
94
with:
95
name: documentation
96
path: dist/docs/
0 commit comments