Skip to content

Commit a5d306e

Browse files
Bump codecov/codecov-action from 5 to 6 (#1648)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 148fc70 commit a5d306e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
- name: Send coverage data to Codecov
377377
if: >-
378378
!cancelled()
379-
uses: codecov/codecov-action@v5
379+
uses: codecov/codecov-action@v6
380380
with:
381381
token: ${{ secrets.CODECOV_TOKEN }}
382382
files: ./coverage.xml
@@ -437,7 +437,7 @@ jobs:
437437
- name: Notify Codecov that all coverage reports have been uploaded
438438
if: >-
439439
!cancelled()
440-
uses: codecov/codecov-action@v5
440+
uses: codecov/codecov-action@v6
441441
with:
442442
fail_ci_if_error: true
443443
run_command: send-notifications

.github/workflows/reusable-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
make lint
6969
- name: Send coverage data to Codecov
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v6
7171
with:
7272
token: ${{ secrets.codecov-token }}
7373
files: >-

0 commit comments

Comments
 (0)