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 78a619a commit 513967eCopy full SHA for 513967e
.github/workflows/build-docs.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
poetry run python -m mkdocs build --clean --site-dir ./_build/html --config-file mkdocs.yml
48
49
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
50
name: Upload docs as artifact
51
with:
52
name: docs-html
0 commit comments