Commit d136b214d12 for php.net

commit d136b214d12fbe2b8d1c42294accc3b10fcfe047
Author: Máté Kocsis <kocsismate@woohoolabs.com>
Date:   Thu Jan 15 10:53:53 2026 +0100

    Fix the real time benchmark artifact glob pattern

    [skip-ci]

diff --git a/.github/workflows/real-time-benchmark.yml b/.github/workflows/real-time-benchmark.yml
index 41301bdec01..54362f0157e 100644
--- a/.github/workflows/real-time-benchmark.yml
+++ b/.github/workflows/real-time-benchmark.yml
@@ -269,8 +269,7 @@ jobs:
         with:
           name: results
           path: |
-            ./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*.*
-            ./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*/*.log
+            ./php-version-benchmarks/tmp/results/${{ env.YEAR }}/**/*
           retention-days: 30
       - name: Comment results
         if: github.event_name == 'workflow_dispatch'