| 
53 | 53 |       ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}  | 
54 | 54 |       timeout: 90  | 
55 | 55 |       secrets-env: BUILD_CERTIFICATE_BASE64 EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD  | 
56 |  | -      upload-artifact: ios-apps  | 
 | 56 | +      upload-artifact: ios-demo-app  | 
57 | 57 |       script: |  | 
58 | 58 |         set -eux  | 
59 | 59 | 
  | 
@@ -83,10 +83,10 @@ jobs:  | 
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 |  | -          name: ios-apps  | 
 | 89 | +          name: ios-demo-app  | 
90 | 90 |           path: ${{ runner.temp }}/artifacts/  | 
91 | 91 | 
 
  | 
92 | 92 |       - name: Verify the artifacts  | 
@@ -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  | 
@@ -291,7 +291,7 @@ jobs:  | 
291 | 291 |       python-version: '3.11'  | 
292 | 292 |       submodules: 'true'  | 
293 | 293 |       ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}  | 
294 |  | -      upload-artifact: ios-apps  | 
 | 294 | +      upload-artifact: ios-benchmark-app  | 
295 | 295 |       secrets-env: BUILD_CERTIFICATE_BASE64 EXECUTORCH_BENCHMARK_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD  | 
296 | 296 |       timeout: 90  | 
297 | 297 |       script: |  | 
 | 
0 commit comments