diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1aacb08b4c..a20dbf53144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: - name: Submit code coverage if: matrix.php-version == '8.1' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: coverage.xml,coverage-functions.xml token: ${{ secrets.CODECOV_TOKEN }}