Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 6c8be9c commit afd5df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
$SPHINX -d _doctrees/ doc/ _build/linkcheck/ -b linkcheck -q
- name: Upload results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() || failure() }}
with:
name: linkcheck
Expand Down

0 comments on commit afd5df0

Please sign in to comment.