diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59eda22..e7ff95e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: if-no-files-found: error retention-days: 7 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: coverage.xml fail_ci_if_error: false