diff --git a/.github/workflows/code_coverage.yaml b/.github/workflows/code_coverage.yaml index 5dfb9de..4bbde4d 100644 --- a/.github/workflows/code_coverage.yaml +++ b/.github/workflows/code_coverage.yaml @@ -20,7 +20,7 @@ jobs: SYMFONY_DEPRECATIONS_HELPER: 'weak' run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: build/logs/clover.xml