Skip to content

Commit 2b9a234

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Generate coverage report
3030
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
3131
- name: Upload coverage report
32-
uses: codecov/codecov-action@v3
32+
uses: codecov/codecov-action@v4
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
files: lcov.info

0 commit comments

Comments
 (0)