Skip to content

Commit af229b8

Browse files
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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08c7b0e commit af229b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-r include
5353
-j 2
5454
55-
- uses: codecov/codecov-action@v4
55+
- uses: codecov/codecov-action@v5
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
files: ./build/coverage.xml

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Test -- Release
8686
run: ctest --test-dir build -C Release --output-on-failure
8787

88-
- uses: codecov/codecov-action@v4
88+
- uses: codecov/codecov-action@v5
8989
if: matrix.compiler == 'Visual Studio'
9090
with:
9191
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)