diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dc777a..1a1f103 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@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}