Skip to content

Commit

Permalink
Merge pull request #368 from abrain/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.1.1
  • Loading branch information
abrain authored Dec 9, 2024
2 parents 570c6d2 + bff4003 commit 672903b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
${{github.workspace}}/build/logs/clover-integration.xml:clover
- name: Upload code coverage to Codecov (unit)
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -114,7 +114,7 @@ jobs:
flags: unit

- name: Upload code coverage to Codecov (integration)
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 672903b

Please sign in to comment.