File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ jobs:
410
410
runs-on : linux.2xlarge
411
411
steps :
412
412
- name : Download the apps from GitHub
413
- uses : actions/download-artifact@v3
413
+ uses : actions/download-artifact@v4
414
414
with :
415
415
# The name here needs to match the name of the upload-artifact parameter
416
416
name : ios-apps
Original file line number Diff line number Diff line change 83
83
runs-on : linux.2xlarge
84
84
steps :
85
85
- name : Download the artifacts from GitHub
86
- uses : actions/download-artifact@v3
86
+ uses : actions/download-artifact@v4
87
87
with :
88
88
# The name here needs to match the name of the upload-artifact parameter
89
89
name : ios-apps
@@ -216,7 +216,7 @@ jobs:
216
216
role-to-assume : arn:aws:iam::308535385114:role/gha_executorch_upload-frameworks-ios
217
217
aws-region : us-east-1
218
218
- name : Download the artifact
219
- uses : actions/download-artifact@v3
219
+ uses : actions/download-artifact@v4
220
220
with :
221
221
# NB: The name here needs to match the upload-artifact name from build-frameworks-ios job
222
222
name : executorch-frameworks-ios
You can’t perform that action at this time.
0 commit comments