File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,12 @@ jobs:
134
134
- name : Install Dependencies
135
135
run : yarn install
136
136
- name : Download dist
137
- uses : actions/download-artifact@v4
137
+ uses : actions/download-artifact@v5
138
138
with :
139
139
name : dist
140
140
path : packages/core/dist
141
141
- name : Download ts3.8
142
- uses : actions/download-artifact@v4
142
+ uses : actions/download-artifact@v5
143
143
with :
144
144
name : ts3.8
145
145
path : packages/core/ts3.8
@@ -164,12 +164,12 @@ jobs:
164
164
- name : Install Dependencies
165
165
run : yarn install
166
166
- name : Download dist
167
- uses : actions/download-artifact@v4
167
+ uses : actions/download-artifact@v5
168
168
with :
169
169
name : dist
170
170
path : packages/core/dist
171
171
- name : Download Expo Plugin
172
- uses : actions/download-artifact@v4
172
+ uses : actions/download-artifact@v5
173
173
with :
174
174
name : expo-plugin
175
175
path : packages/core/plugin/build
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ jobs:
347
347
348
348
- name : Download App Package
349
349
if : matrix.build-type == 'production'
350
- uses : actions/download-artifact@v4
350
+ uses : actions/download-artifact@v5
351
351
with :
352
352
name : ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
353
353
path : dev-packages/e2e-tests
Original file line number Diff line number Diff line change @@ -238,14 +238,14 @@ jobs:
238
238
239
239
- name : Download iOS App Archive
240
240
if : ${{ matrix.platform == 'ios' }}
241
- uses : actions/download-artifact@v4
241
+ uses : actions/download-artifact@v5
242
242
with :
243
243
name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }}
244
244
path : ${{ env.REACT_NATIVE_SAMPLE_PATH }}
245
245
246
246
- name : Download Android APK
247
247
if : ${{ matrix.platform == 'android' }}
248
- uses : actions/download-artifact@v4
248
+ uses : actions/download-artifact@v5
249
249
with :
250
250
name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }}
251
251
path : ${{ env.REACT_NATIVE_SAMPLE_PATH }}
You can’t perform that action at this time.
0 commit comments