diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1aacb08b4c..182ed5ac9ae 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@v6 with: files: coverage.xml,coverage-functions.xml token: ${{ secrets.CODECOV_TOKEN }}