File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ jobs:
410410 runs-on : linux.2xlarge
411411 steps :
412412 - name : Download the apps from GitHub
413- uses : actions/download-artifact@v3
413+ uses : actions/download-artifact@v4
414414 with :
415415 # The name here needs to match the name of the upload-artifact parameter
416416 name : ios-apps
Original file line number Diff line number Diff line change 8383 runs-on : linux.2xlarge
8484 steps :
8585 - name : Download the artifacts from GitHub
86- uses : actions/download-artifact@v3
86+ uses : actions/download-artifact@v4
8787 with :
8888 # The name here needs to match the name of the upload-artifact parameter
8989 name : ios-apps
@@ -216,7 +216,7 @@ jobs:
216216 role-to-assume : arn:aws:iam::308535385114:role/gha_executorch_upload-frameworks-ios
217217 aws-region : us-east-1
218218 - name : Download the artifact
219- uses : actions/download-artifact@v3
219+ uses : actions/download-artifact@v4
220220 with :
221221 # NB: The name here needs to match the upload-artifact name from build-frameworks-ios job
222222 name : executorch-frameworks-ios
You can’t perform that action at this time.
0 commit comments