Skip to content

Commit 44d9035

Browse files
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- 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 5bdff46 commit 44d9035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ jobs:
968968
echo "lcov_excl_line = UNREACHABLE" > ~/.lcovrc
969969
cmake --build build --target coverage -- -j2
970970
- name: Upload coverage statistics to Codecov
971-
uses: codecov/codecov-action@v3
971+
uses: codecov/codecov-action@v4
972972
with:
973973
token: ${{ secrets.CODECOV_TOKEN }}
974974
files: build/html/coverage.info

0 commit comments

Comments
 (0)