diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d74e5f..cf0ab1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: name: coverage path: coverage.xml - name: Upload to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: coverage.xml fail_ci_if_error: true