Skip to content

Commit

Permalink
Update codecov/codecov-action to v4 (#1291)
Browse files Browse the repository at this point in the history
## Changes

This addresses a Node 16 deprecation warning in our GHA output.

Full release notes of v4 at
https://github.com/codecov/codecov-action/releases/tag/v4.0.0
  • Loading branch information
pietern authored Mar 18, 2024
1 parent c49c8cc commit 4f2c615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: make test

- name: Publish test coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4f2c615

Please sign in to comment.