Skip to content

Commit ce05442

Browse files
authored
Merge pull request #117 from XanatosX/bugfix/change-artificat-download-method
Workflow Update download to version 4
2 parents e12ad55 + d6917d4 commit ce05442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-latest-develop-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
with:
188188
ref: ${{ env.REF_CHECKOUT_BRANCH }}
189189
- name: Download artifacts
190-
uses: actions/download-artifact@v3
190+
uses: actions/download-artifact@v4
191191
with:
192192
path: ${{ env.RELEASE_ARTIFACT_FOLDER }}
193193
- name: Zip Windows build

0 commit comments

Comments
 (0)