Commit 6daf99fc74f for php.net

commit 6daf99fc74fdb5d4fa50612e45b0a06b4f20ff8c
Merge: 05a400123a4 61ff154bc31
Author: Tim Düsterhus <tim@bastelstu.be>
Date:   Mon Apr 6 00:12:33 2026 +0200

    Merge branch 'PHP-8.5'

    * PHP-8.5:
      Update GitHub Actions to `codecov/codecov-action@v6`

diff --cc .github/workflows/test-suite.yml
index ef213a53993,cf0ad1df647..90bcafd1630
--- a/.github/workflows/test-suite.yml
+++ b/.github/workflows/test-suite.yml
@@@ -413,15 -413,10 +413,15 @@@ jobs
          with:
            enableOpcache: true
            jitType: tracing
 +      - name: Generate coverage report
 +        if: ${{ !cancelled() }}
 +        run: make gcovr-xml
-       - uses: codecov/codecov-action@v5
+       - uses: codecov/codecov-action@v6
          if: ${{ !cancelled() }}
          with:
 +          disable_search: true
            fail_ci_if_error: true
 +          files: gcovr.xml
            token: ${{ secrets.CODECOV_TOKEN }}
            verbose: true
    COMMUNITY: