diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32c9264..e915de5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: - name: Run tests run: vendor/bin/phpunit --coverage-clover=coverage.xml - name: Upload code coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: './coverage.xml' fail_ci_if_error: true