diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bca72a..f13e9eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.composer-prefer == '' && steps.coverage_report.outputs.has_clover == 'true' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: clover.xml