diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d0a44d6..e8ef4614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: WP_MULTISITE: ${{ matrix.wp_multisite }} - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml