From 149696e1caa4be2551206828da9e94487955925b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Brostr=C3=B6m?= Date: Sat, 21 Sep 2024 19:59:14 +0200 Subject: [PATCH] fix artifact upload --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5199a524a1..4427365dab 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -126,7 +126,7 @@ jobs: - name: Download all results uses: actions/download-artifact@v4 with: - name: results + name: 'results-*' # Use a wildcard to match all tracker result artifacts path: results - name: Check downloaded files