Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Feb 6, 2024
2 parents 74192fb + 443178a commit 326848a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
run: .maint/ci/install_extras.sh
- name: Run tests
run: .maint/ci/check.sh
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ always() }}
3 changes: 2 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
run: .maint/ci/install_extras.sh
- name: Run tests
run: .maint/ci/check.sh
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ always() }}

0 comments on commit 326848a

Please sign in to comment.