Skip to content

Commit fcec16b

Browse files
Bump codecov/codecov-action from 4 to 7 (#56)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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@v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79628d3 commit fcec16b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
with:
2323
token: ${{ secrets.CODECOV_TOKEN }}
2424
- name: Upload coverage to Codecov (arg token)
25-
uses: codecov/codecov-action@v4
25+
uses: codecov/codecov-action@v7
2626
with:
2727
fail_ci_if_error: true
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
verbose: true
3030
- name: Upload coverage to Codecov (oidc)
31-
uses: codecov/codecov-action@v4
31+
uses: codecov/codecov-action@v7
3232
with:
3333
fail_ci_if_error: true
3434
use_oidc: true

0 commit comments

Comments
 (0)