Commit f6ddc37e217 for php.net
commit f6ddc37e21799506efee19ae27daf46cf79236e3
Author: Tim Düsterhus <tim@bastelstu.be>
Date: Mon Apr 6 00:10:15 2026 +0200
Update GitHub Actions to `codecov/codecov-action@v6`
This fixes:
> Warning: Node.js 20 actions are deprecated. The following actions are running
> on Node.js 20 and may not work as expected:
> actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea.
diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml
index 9eeff1455f8..cf0ad1df647 100644
--- a/.github/workflows/test-suite.yml
+++ b/.github/workflows/test-suite.yml
@@ -413,7 +413,7 @@ jobs:
with:
enableOpcache: true
jitType: tracing
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
if: ${{ !cancelled() }}
with:
fail_ci_if_error: true