From dc9bf1f0d4911f8b2aef837989abbe1de08c166a Mon Sep 17 00:00:00 2001 From: Ryan Slade Date: Tue, 12 Nov 2024 14:17:30 +0100 Subject: [PATCH] Download all artifacts to the same directory --- .github/workflows/benchmark.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 215c7ccb..e69d0337 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -42,6 +42,9 @@ jobs: steps: - uses: actions/download-artifact@v4 + with: + path: . + merge-multiple: true - name: List results run: ls -R