Skip to content

Commit 8a2eb58

Browse files
chore(deps): bump codecov/codecov-action from 5 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a167e57 commit 8a2eb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Upload coverage to Codecov
8181
if: matrix.node-version == 22 && matrix.os == 'ubuntu-latest'
82-
uses: codecov/codecov-action@v5
82+
uses: codecov/codecov-action@v7
8383
with:
8484
files: ./coverage/lcov.info
8585
fail_ci_if_error: false

0 commit comments

Comments
 (0)