Skip to content

Commit 921ca9a

Browse files
build(deps): 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] <support@github.com>
1 parent beea5cd commit 921ca9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
run: |
6464
make pycoverage
6565
- name: Upload C++ report to Codecov
66-
uses: codecov/codecov-action@v4
66+
uses: codecov/codecov-action@v5
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
files: cppcoverage.lcov
7070
flags: cpp
7171
- name: Upload {P,C}ython report to Codecov
72-
uses: codecov/codecov-action@v4
72+
uses: codecov/codecov-action@v5
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575
files: pycoverage.lcov

0 commit comments

Comments
 (0)