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