diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c26c9bd..c3b80c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: - name: Upload coverage to Codecov if: success() || failure() # Upload coverage even if tests fail - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 continue-on-error: true with: files: ./coverage.xml