Skip to content

Commit 08d8bda

Browse files
Backport PR #4018 on branch 1.12.x (ci: bump codecov/codecov-action from 5 to 6) (#4019)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc001a0 commit 08d8bda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Upload coverage data
8585
if: ${{ !cancelled() && matrix.env.test-type == 'coverage' }}
86-
uses: codecov/codecov-action@v5
86+
uses: codecov/codecov-action@v6
8787
with:
8888
flags: ${{ matrix.env.name }}
8989
files: test-data/coverage.xml
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Upload test results
9494
if: ${{ !cancelled() }}
95-
uses: codecov/codecov-action@v5
95+
uses: codecov/codecov-action@v6
9696
with:
9797
report_type: test_results
9898
flags: ${{ matrix.env.name }}

0 commit comments

Comments
 (0)