From 5eca017a031c94e1fd988a87e8ca7c80e983cd96 Mon Sep 17 00:00:00 2001 From: Xanatos <10531466+XanatosX@users.noreply.github.com> Date: Fri, 20 Sep 2024 08:18:00 +0200 Subject: [PATCH] Update artifact download version to 4 --- .github/workflows/create-latest-develop-build.yml | 2 +- .github/workflows/create-live-build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-latest-develop-build.yml b/.github/workflows/create-latest-develop-build.yml index bf34f61..df56d1f 100644 --- a/.github/workflows/create-latest-develop-build.yml +++ b/.github/workflows/create-latest-develop-build.yml @@ -145,7 +145,7 @@ jobs: with: ref: ${{ env.REF_CHECKOUT_BRANCH }} - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: ${{ env.RELEASE_ARTIFACT_FOLDER }} - name: Zip Windows build diff --git a/.github/workflows/create-live-build.yml b/.github/workflows/create-live-build.yml index 8d567d4..ccb98f2 100644 --- a/.github/workflows/create-live-build.yml +++ b/.github/workflows/create-live-build.yml @@ -100,7 +100,7 @@ jobs: ref: ${{ env.REF_CHECKOUT_BRANCH }} lfs: true - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: ${{ env.RELEASE_ARTIFACT_FOLDER }} - name: Create installer @@ -159,7 +159,7 @@ jobs: ref: ${{ env.REF_CHECKOUT_BRANCH }} lfs: true - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: ${{ env.RELEASE_ARTIFACT_FOLDER }} - name: Zip Windows build