Skip to content

Commit eae0c0c

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 9df3248 commit eae0c0c

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload coverage to Codecov
4242
if: ${{ !cancelled() }}
4343
continue-on-error: true
44-
uses: codecov/codecov-action@v4.5.0 # Use Codecov action with fixed version
44+
uses: codecov/codecov-action@v5.5.1 # Use Codecov action with fixed version
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }} # Use Codecov token
4747
files: ./coverage/lcov.info # Specify LCOV file path

0 commit comments

Comments
 (0)