diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6c2e25..84d78c3 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@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: clover.xml