Skip to content

Commit c327f7d

Browse files
ci(deps): Bump codecov/codecov-action from 6 to 7 (#698)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2961102 commit c327f7d

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
@@ -239,7 +239,7 @@ jobs:
239239

240240
- name: Upload coverage to Codecov
241241
if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' && github.event_name == 'merge_group'
242-
uses: codecov/codecov-action@v6
242+
uses: codecov/codecov-action@v7
243243
with:
244244
file: ./coverage-report/cobertura.xml
245245
flags: rust
@@ -566,7 +566,7 @@ jobs:
566566

567567
- name: Upload C# coverage to Codecov
568568
if: matrix.os == 'ubuntu-latest'
569-
uses: codecov/codecov-action@v6
569+
uses: codecov/codecov-action@v7
570570
with:
571571
file: sdks/csharp.tests/TestResults/${{ matrix.os }}/coverage/coverage.cobertura.xml
572572
flags: dotnet

0 commit comments

Comments
 (0)