diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4591855..4356afe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,7 @@ jobs: continue-on-error: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./cobertura.xml fail_ci_if_error: false