diff --git a/.github/workflows/code_coverage.yaml b/.github/workflows/code_coverage.yaml index f4536fb..dfb1b38 100644 --- a/.github/workflows/code_coverage.yaml +++ b/.github/workflows/code_coverage.yaml @@ -30,7 +30,7 @@ jobs: - run: composer install --prefer-dist --no-progress --no-suggest - run: php vendor/bin/phpunit --coverage-clover build/logs/clover.xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: build/logs/clover.xml # optional