Skip to content

Commit 7e1583a

Browse files
Bump codecov/codecov-action from 4 to 5 (#177)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a7f73c commit 7e1583a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Generate Coverage
6262
run: cmake --build --preset $GeneratedCMakeProfile -j${{ steps.cpu-cores.outputs.count }} -t coverage
6363
- name: Upload coverage
64-
uses: codecov/codecov-action@v4
64+
uses: codecov/codecov-action@v5
6565
with:
6666
token: ${{ secrets.BSMPT_CODECOV_UPLOAD_TOKEN }}
6767
flags: unittests # optional

0 commit comments

Comments
 (0)