Skip to content

Commit bd8b6c6

Browse files
dependabot[bot]chrisbra
authored andcommitted
CI: Bump codecov/codecov-action
Bumps the github-actions group with 1 update in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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 dependency-group: github-actions ... closes: #19910 Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent bc182ae commit bd8b6c6

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
@@ -405,7 +405,7 @@ jobs:
405405
- name: Codecov
406406
timeout-minutes: 20
407407
if: matrix.coverage
408-
uses: codecov/codecov-action@v5
408+
uses: codecov/codecov-action@v6
409409
with:
410410
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ join(matrix.extra, '-') }}
411411
token: ${{ secrets.CODECOV_TOKEN }}
@@ -846,7 +846,7 @@ jobs:
846846
- name: Codecov
847847
timeout-minutes: 20
848848
if: matrix.coverage
849-
uses: codecov/codecov-action@v5
849+
uses: codecov/codecov-action@v6
850850
with:
851851
directory: src
852852
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}

0 commit comments

Comments
 (0)