diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeb91ac..2c515dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: retention-days: 30 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' with: files: TestResults/**/coverage.cobertura.xml