Skip to content

Commit 7a50ee4

Browse files
chore(deps): bump codecov/codecov-action in /.github/workflows
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 7789289 commit 7a50ee4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upload_coverage_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
if: >-
3535
github.event_name == 'pull_request' &&
3636
github.event.pull_request.head.repo.full_name != github.repository
37-
uses: codecov/codecov-action@v6
37+
uses: codecov/codecov-action@v7
3838
with:
3939
files: "${{ env.REPORT_NAME }}"
4040
fail_ci_if_error: true
4141
- name: Upload coverage to codecov (with token)
4242
if: "! github.event.pull_request.head.repo.fork "
43-
uses: codecov/codecov-action@v6
43+
uses: codecov/codecov-action@v7
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
files: "${{ env.REPORT_NAME }}"

0 commit comments

Comments
 (0)