Skip to content

Commit 28b08d1

Browse files
Bump actions/upload-artifact from 2 to 4 (#529)
1 parent db19940 commit 28b08d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m sphinx -W --keep-going --color -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck
3030
- name: Upload linkcheck results
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@v4
3232
if: ${{ success() || failure() }}
3333
with:
3434
name: linkcheck

0 commit comments

Comments
 (0)