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