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 db19940 commit 28b08d1Copy full SHA for 28b08d1
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python -m sphinx -W --keep-going --color -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck
30
- name: Upload linkcheck results
31
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
32
if: ${{ success() || failure() }}
33
with:
34
name: linkcheck
0 commit comments