diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 6614b0f..aed8c4f 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -60,7 +60,7 @@ jobs: path: ./.coverage-html - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./cobertura.xml fail_ci_if_error: true