Skip to content

Commit 59f9bad

Browse files
chore(deps): bump codecov/codecov-action from 6 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 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@v6...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 988678b commit 59f9bad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- id: upload
5151
name: Upload Coverage Report
52-
uses: codecov/codecov-action@v6
52+
uses: codecov/codecov-action@v7
5353
with:
5454
verbose: true
5555
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/upload_coverage_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
path: repo_root
103103

104104
- name: Upload coverage to Codecov
105-
uses: codecov/codecov-action@v6
105+
uses: codecov/codecov-action@v7
106106
with:
107107
verbose: true
108108
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)