Skip to content

Commit afd5df0

Browse files
Bump actions/upload-artifact from 3 to 4 (#785)
1 parent 6c8be9c commit afd5df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
$SPHINX -d _doctrees/ doc/ _build/linkcheck/ -b linkcheck -q
3434
- name: Upload results
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
if: ${{ success() || failure() }}
3737
with:
3838
name: linkcheck

0 commit comments

Comments
 (0)