Skip to content

Commit

Permalink
Use newer codecove action.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 12, 2024
1 parent 6dcabbc commit e381511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Codecov.io
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
directory: .
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit e381511

Please sign in to comment.