diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66c6d59..43936da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,6 @@ 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