diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82be3a0..ba9463a 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@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}