From fc47fbcf511aa43ef69c7de4f2c32cd6c6d17527 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 1 Apr 2026 08:51:03 -0400 Subject: [PATCH] ci: Don't re-archive the tar.xz benchmark baseline The new version of `actions/upload-artifact` allows for skipping the automatic file zipping, which is good because our files are already compressed. --- library/compiler-builtins/.github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/library/compiler-builtins/.github/workflows/main.yaml b/library/compiler-builtins/.github/workflows/main.yaml index 83eac57fd945..0ed79de96f88 100644 --- a/library/compiler-builtins/.github/workflows/main.yaml +++ b/library/compiler-builtins/.github/workflows/main.yaml @@ -320,6 +320,7 @@ jobs: with: name: ${{ env.BASELINE_NAME }} path: ${{ env.BASELINE_NAME }}.tar.xz + archive: false # already compressed - name: Print test logs if available if: always()