Skip to content

Commit

Permalink
chore: update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed May 11, 2024
1 parent 7b4bc84 commit 34c8bf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:

- name: "Upload coverage to Codecov"
if: "contains(env.USING_COVERAGE, matrix.python-version) && matrix.platform == 'ubuntu-latest'"
uses: "codecov/codecov-action@v3"
uses: "codecov/codecov-action@v4"
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

package:
name: "Build & verify package"
Expand Down

0 comments on commit 34c8bf7

Please sign in to comment.