Skip to content

Commit f6ddc37

Browse files
committed
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@60a0d83.
1 parent 21664fb commit f6ddc37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ jobs:
413413
with:
414414
enableOpcache: true
415415
jitType: tracing
416-
- uses: codecov/codecov-action@v5
416+
- uses: codecov/codecov-action@v6
417417
if: ${{ !cancelled() }}
418418
with:
419419
fail_ci_if_error: true

0 commit comments

Comments
 (0)