Skip to content

Commit

Permalink
Update codecov/codecov-action to v4 to resolve deprecated node v16.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefrosty committed Mar 5, 2024
1 parent b1190ff commit bdd8500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Upload coverage to Codecov
if: ${{ github.event_name == 'pull_request' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false

Expand Down

0 comments on commit bdd8500

Please sign in to comment.