Skip to content

Commit 81a4e54

Browse files
Bump codecov/codecov-action from 4 to 5 (#2491)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bff67dc commit 81a4e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
# --------------------------------------------------------------------------------
180180
- name: Codecov upload lcov.info
181181
if: matrix.rust == 'stable'
182-
uses: codecov/codecov-action@v4
182+
uses: codecov/codecov-action@v5
183183
with:
184184
files: lcov.info
185185
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)