From 137edcf239f965225c72b9d9ec71dbeab94683bb Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Sat, 20 Dec 2025 17:28:04 +0100 Subject: [PATCH] Bump CodSpeed action to v4.4.1 (#17198) ## Summary This fixes the report generation issues caused by large profile data now properly handled by this newer version ## Test Plan Reports should be generated on this PR --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec0036ae4..c4784d203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2951,7 +2951,7 @@ jobs: run: cargo codspeed build --profile profiling -p uv-bench - name: "Run benchmarks" - uses: CodSpeedHQ/action@6b43a0cd438f6ca5ad26f9ed03ed159ed2df7da9 # v4.1.1 + uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 with: run: cargo codspeed run mode: walltime @@ -2991,7 +2991,7 @@ jobs: run: cargo codspeed build --profile profiling -p uv-bench - name: "Run benchmarks" - uses: CodSpeedHQ/action@6b43a0cd438f6ca5ad26f9ed03ed159ed2df7da9 # v4.1.1 + uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 with: run: cargo codspeed run mode: instrumentation