From 71aa9a89d89341e82a8852d298cb35f6d289b4fe Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Wed, 17 Apr 2024 12:07:06 +0300 Subject: [PATCH] Update to actions/upload/download-artifact@v4 --- .github/workflows/release.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc8851c..c76834d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: release + name: release-${{ matrix.os }} path: ${{ steps.package.outputs.ASSET }} - name: Release @@ -65,3 +65,13 @@ jobs: with: draft: true files: ${{ steps.package.outputs.ASSET }} + + merge: + runs-on: ubuntu-22.04 + needs: release + steps: + - name: Merge Artifacts + uses: actions/upload-artifact/merge@v4 + with: + name: release + pattern: release-*