diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 977dc95..53a1a11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Upload coverage if: matrix.php-version == '8.4' && hashFiles('coverage.xml') != '' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: coverage.xml