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