Skip to content

Commit

Permalink
Merge pull request #559 from thoughtworks/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
chadlwilson authored Dec 1, 2024
2 parents d372c54 + a33b690 commit a06856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Upload coverage to codecov.io
if: ${{ endsWith(github.ref, '/master') || startsWith(github.ref, 'refs/tags/') }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a06856c

Please sign in to comment.