@@ -155,7 +155,7 @@ jobs:
155
155
with :
156
156
melos-version : " 6.3.2"
157
157
- name : Download Build Artifact
158
- uses : actions/download-artifact@v4
158
+ uses : actions/download-artifact@v5
159
159
with :
160
160
name : ${{ runner.os }}-build-artifact
161
161
- name : " Run build for Android"
@@ -200,7 +200,7 @@ jobs:
200
200
restore-keys : |
201
201
${{ runner.os }}-pods-
202
202
- name : Download Build Artifact
203
- uses : actions/download-artifact@v4
203
+ uses : actions/download-artifact@v5
204
204
with :
205
205
name : ${{ runner.os }}-build-artifact
206
206
- name : Select XCode 16.2
@@ -264,7 +264,7 @@ jobs:
264
264
channel : " stable"
265
265
cache : true
266
266
- name : Download Build Artifact
267
- uses : actions/download-artifact@v4
267
+ uses : actions/download-artifact@v5
268
268
with :
269
269
name : ${{ runner.os }}-build-artifact
270
270
- name : Cache pub global packages
@@ -355,7 +355,7 @@ jobs:
355
355
# Save DEVICE_ID for later use
356
356
echo "DEVICE_ID=$DEVICE_ID" >> $GITHUB_ENV
357
357
- name : Download Build Artifact
358
- uses : actions/download-artifact@v4
358
+ uses : actions/download-artifact@v5
359
359
with :
360
360
name : ${{ runner.os }}-build-artifact
361
361
- name : Cache podfiles
0 commit comments