We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faf689 commit 9c6d041Copy full SHA for 9c6d041
1 file changed
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
sphinx-build -W -b html -d _build/doctrees . _build/html
30
31
- name: Upload documentation
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
with:
34
name: documentation
35
path: docs/_build/html/
0 commit comments