diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f1ee11d..9db0e89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: run: ./vendor/bin/phpunit --testdox --coverage-clover coverage.xml - name: Collect test coverage - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml