We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1043990 + d815fbe commit fb137b0Copy full SHA for fb137b0
.github/workflows/documentation.yml
@@ -19,7 +19,7 @@ jobs:
19
pip install sphinx
20
sphinx-build docs ./docs/_build/html/
21
# Create an artifact of the html output.
22
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
23
with:
24
name: DocumentationHTML
25
path: docs/_build/html/
0 commit comments