diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d546e17d274..f073545628f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -208,7 +208,7 @@ jobs: run: ./phpunit --coverage-clover=coverage.xml - name: Send code coverage report to Codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}