Skip to content

Commit

Permalink
chore: Update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent c576886 commit 888dc24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
report_paths: '**/build/test-results/**/TEST-*.xml'
annotate_notice: false
- name: Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
report_paths: '**/build/test-results/**/TEST-*.xml'
annotate_notice: false
- name: Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 888dc24

Please sign in to comment.