From e904e0045950d149ce8426249f6837244c7e899e Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 23 Feb 2025 16:11:34 -0700 Subject: [PATCH] ci: add `actions/upload-artifact@v4` --- .github/workflows/release.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07849e60..cfb75ef5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -521,6 +521,20 @@ jobs: echo "RC Output ID ............... ${{ steps.task_release_bundle_rc.outputs.id }}" echo "---- CHANGELOG ---------------------------------------------------------------" + # # + # Upload artifacts > release files + # # + + - name: >- + 📋 Upload Artifacts › ${{ env.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip + id: task_release_artifact + uses: actions/upload-artifact@v4 + if: always() + with: + name: "release" + path: ${{ env.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip + retention-days: 30 + # # # Job › Complete # #