diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d32d95..fc0cfd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: Submit code coverage if: success() && matrix.php-version == '8.1' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}