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