diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5c549e..9c198bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: run: composer run-script test:phpunit -- --coverage-clover coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}