diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f670edd6..2cf27a38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' && github.event_name == 'merge_group' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage-report/cobertura.xml flags: rust @@ -566,7 +566,7 @@ jobs: - name: Upload C# coverage to Codecov if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: sdks/csharp.tests/TestResults/${{ matrix.os }}/coverage/coverage.cobertura.xml flags: dotnet