From e57b8e3b9dda0a1db372ea225de8cd2683ab1642 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sun, 31 Mar 2024 09:30:33 -0300 Subject: [PATCH] ci: migrate to artifact action v4 (#188) --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c98e3c2..1825966d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: - name: upload artifacts uses: actions/upload-artifact@v4 with: - name: binaries + name: binaries-${{ matrix.release_for }} path: dolos-${{ matrix.release_for }}${{ matrix.ext }} docker: @@ -116,7 +116,8 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - name: binaries + pattern: binaries-* + merge-multiple: true path: .github/image/bin # we need to rename the artifact so that the name matches