Skip to content

Commit b89817b

Browse files
chore(actions)(deps): bump codecov/codecov-action from 4.5.0 to 5.5.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 5.5.1. - [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.5.0...v5.5.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a597dbf commit b89817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload coverage to Codecov
3434
if: ${{ !cancelled() }}
3535
continue-on-error: true
36-
uses: codecov/codecov-action@v4.5.0
36+
uses: codecov/codecov-action@v5.5.1
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
files: ./coverage/lcov.info

0 commit comments

Comments
 (0)