Skip to content

Commit

Permalink
CI: Bump codecov-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Feb 28, 2023
1 parent 2b19b22 commit 928db7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: .maint/ci/install_extras.sh
- name: Run tests
run: .maint/ci/check.sh
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: coverage.xml
if: ${{ always() }}
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: .maint/ci/install_extras.sh
- name: Run tests
run: .maint/ci/check.sh
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: coverage.xml
if: ${{ always() }}

0 comments on commit 928db7d

Please sign in to comment.