Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 54db089 commit bc0e795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
$SPHINX -d _build/doctrees/ doc/ _build/html/ -b html
- name: Upload error log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: build-log
Expand All @@ -43,7 +43,7 @@ jobs:
run: |
$SPHINX -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck
- name: Upload linkcheck results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() || failure() }}
with:
name: linkcheck
Expand Down

0 comments on commit bc0e795

Please sign in to comment.