diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a4e174a1..d348a1afb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: run: composer coverage - name: Upload coverage results to Codecov if: matrix.coverage == 'pcov' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} build-release: