diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f2ff99..daed31e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.php == '8.3' && matrix.deps == 'latest' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: build/coverage/clover.xml fail_ci_if_error: false