Skip to content

Commit e27e890

Browse files
Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#359)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.0. - [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.3.1...v4.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc4311f commit e27e890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# uses: actions-rs/grcov@bb47b1ed7883a1502fa6875d562727ace2511248
3434
uses: actions-rs/[email protected]
3535
- name: Upload coverage reports to Codecov
36-
uses: codecov/codecov-action@v4.3.1
36+
uses: codecov/codecov-action@v4.4.0
3737
env:
3838
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3939
with:

0 commit comments

Comments
 (0)