diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c515dd..2039dd1 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@v5 + uses: codecov/codecov-action@v6 if: matrix.os == 'ubuntu-latest' with: files: TestResults/**/coverage.cobertura.xml