We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 801b00d + 7ee0689 commit 5a39fd7Copy full SHA for 5a39fd7
1 file changed
.github/workflows/doc.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build doc
34
run: sphinx-build ./main/doc ./doc-build/dev -W --keep-going
35
- name: Upload documentation
36
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
37
with:
38
name: doc-dev
39
path: ./doc-build/dev
0 commit comments