Skip to content

Commit

Permalink
Merge pull request #544 from ral-facilities/renovate/codecov-codecov-…
Browse files Browse the repository at this point in the history
…action-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
louise-davies authored Dec 12, 2024
2 parents 3232ab9 + 5bd7475 commit 29e0f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: yarn test
- name: Upload unit test coverage
if: success()
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 29e0f36

Please sign in to comment.