Skip to content

Commit ba9e157

Browse files
dependabot[bot]chrisbra
authored andcommitted
CI: Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... closes: #16079 Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 9848fac commit ba9e157

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
@@ -295,7 +295,7 @@ jobs:
295295
- name: Codecov
296296
timeout-minutes: 20
297297
if: matrix.coverage
298-
uses: codecov/codecov-action@v4
298+
uses: codecov/codecov-action@v5
299299
with:
300300
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}
301301
token: ${{ secrets.CODECOV_TOKEN }}
@@ -716,7 +716,7 @@ jobs:
716716
- name: Codecov
717717
timeout-minutes: 20
718718
if: matrix.coverage
719-
uses: codecov/codecov-action@v4
719+
uses: codecov/codecov-action@v5
720720
with:
721721
directory: src
722722
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}

0 commit comments

Comments
 (0)