diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9451644..3215e45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,6 +139,6 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.php-version == '8.4' && matrix.wp-version == '6.*' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}