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 0128ba8 commit 36a1530Copy full SHA for 36a1530
.github/workflows/docs.yml
@@ -33,7 +33,7 @@ jobs:
33
uv run make documentation
34
35
- name: Upload artifacts
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: html-docs
39
path: docs/_build/html/
.github/workflows/linkcheck.yml
@@ -38,7 +38,7 @@ jobs:
config: .htmltest.yml
40
- name: Archive htmltest results
41
42
# Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
43
44
name: htmltest-report
0 commit comments