diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b225e7c..5438561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: run: vendor/bin/phpunit --coverage-clover coverage.xml - name: Upload to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml fail_ci_if_error: false