Skip to content

Commit c8a7835

Browse files
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- 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 82cbed8 commit c8a7835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ jobs:
108108
- name: cargo llvm-cov
109109
run: cargo llvm-cov --locked --all-features --lcov --output-path lcov.info
110110
- name: Upload to codecov.io
111-
uses: codecov/codecov-action@v2
111+
uses: codecov/codecov-action@v3
112112
with:
113113
fail_ci_if_error: true

0 commit comments

Comments
 (0)