Skip to content

Commit 6c25020

Browse files
dependabot[bot]slashmo
authored andcommitted
Bump codecov/codecov-action from 5.1.2 to 5.3.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.1. - [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.1.2...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8c60fd commit 6c25020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
-instr-profile=./.build/debug/codecov/default.profdata \
3939
> info.lcov
4040
- name: Upload code coverage report to Codecov
41-
uses: codecov/codecov-action@v5.1.2
41+
uses: codecov/codecov-action@v5.3.1
4242
with:
4343
files: ./info.lcov
4444
fail_ci_if_error: true

0 commit comments

Comments
 (0)