diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c37b126b..9a73365c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -69,7 +69,7 @@ jobs: run: dotnet test --no-build --coverage --coverage-output-format cobertura --coverage-output "${{ vars.COVERAGE_REPORT_FILE }}" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6.0.1 + uses: codecov/codecov-action@v7.0.0 if: ${{ !cancelled() }} with: use_oidc: true