diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78f5609..0c78552 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Code Coverage Report if: success() && matrix.php-version == '8.3' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}