Skip to content

Commit

Permalink
Merge pull request #134 from vil02/renovate/codecov-codecov-action-5.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
vil02 authored Nov 14, 2024
2 parents e9fbad4 + 407bb49 commit bbf93f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/third_party_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Upload coverage report to Codecov
if: "! github.event.pull_request.head.repo.fork "
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand All @@ -60,7 +60,7 @@ jobs:
if: >-
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true

Expand Down

0 comments on commit bbf93f2

Please sign in to comment.