From 82b9e5effbce37f4e7ebaf3c4f73203eca66a0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Cie=C5=9Bla?= <31999821+BartoszCiesla@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:48:46 +0200 Subject: [PATCH] Set merge-multiple for github release artifact download workflow (#1136) Use actions/download-artifact@v4 workflow version and set merge-multiple flat to true. --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d112a527..1019edd12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -242,9 +242,10 @@ jobs: uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@v4 with: path: all_artifacts + merge-multiple: true - name: Zip artifacts for each platform run: |