Skip to content

Commit bc2ed94

Browse files
authored
Merge pull request #363 from vil02/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents e0884a4 + 007b911 commit bc2ed94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_and_upload_coverage_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6565

6666
- name: Upload coverage report to Codecov
67-
uses: codecov/codecov-action@v4
67+
uses: codecov/codecov-action@v5
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
fail_ci_if_error: true
@@ -73,7 +73,7 @@ jobs:
7373
if: >-
7474
github.event_name == 'pull_request' &&
7575
github.event.pull_request.head.repo.full_name != github.repository
76-
uses: codecov/codecov-action@v4
76+
uses: codecov/codecov-action@v5
7777
with:
7878
fail_ci_if_error: true
7979

0 commit comments

Comments
 (0)