Skip to content

Commit

Permalink
Update artifact download version to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
XanatosX committed Sep 20, 2024
1 parent 519c888 commit 5eca017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-latest-develop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-live-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5eca017

Please sign in to comment.