Skip to content

Commit

Permalink
ci: upgrade codecov/codecov-action from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
artus9033 committed Aug 15, 2024
1 parent 4436abc commit 47f8d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: npm test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
files: ./coverage/e2e/coverage-final.json,./coverage/unit/coverage-final.json,./coverage/integration/coverage-final.json
Expand Down

0 comments on commit 47f8d81

Please sign in to comment.