Skip to content

Commit c8e9836

Browse files
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] <[email protected]>
1 parent bf648a4 commit c8e9836

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
@@ -149,7 +149,7 @@ jobs:
149149
- name: Record Rust version
150150
run: echo "RUST=$(rustc --version)" >> "$GITHUB_ENV"
151151
- name: Upload to codecov.io
152-
uses: codecov/codecov-action@v4
152+
uses: codecov/codecov-action@v5
153153
with:
154154
fail_ci_if_error: true
155155
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)