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 6c8be9c commit afd5df0Copy full SHA for afd5df0
.github/workflows/linkcheck.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
$SPHINX -d _doctrees/ doc/ _build/linkcheck/ -b linkcheck -q
34
- name: Upload results
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
if: ${{ success() || failure() }}
37
with:
38
name: linkcheck
0 commit comments