From 451ce189f99258af13bb6be959b11f927c13f993 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 20 Jun 2025 01:11:59 +0300 Subject: [PATCH] fix(ci): reflect change to download-artifact step --- .github/workflows/pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 1c4eafb..03205e3 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -153,7 +153,7 @@ jobs: - name: Download all build results uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: - name: build-results + name: build-results-* path: results - name: Summarize results