@@ -184,23 +184,23 @@ jobs:
184184
185185 - name : Upload iOS APP
186186 if : ${{ matrix.platform == 'ios' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' && matrix.ios-use-frameworks == 'no-frameworks' }}
187- uses : actions/upload-artifact@v6
187+ uses : actions/upload-artifact@v7
188188 with :
189189 name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }}
190190 path : ${{ env.IOS_APP_ARCHIVE_PATH }}
191191 retention-days : 1
192192
193193 - name : Upload Android APK
194194 if : ${{ matrix.platform == 'android' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' }}
195- uses : actions/upload-artifact@v6
195+ uses : actions/upload-artifact@v7
196196 with :
197197 name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }}
198198 path : ${{ env.ANDROID_APP_ARCHIVE_PATH }}
199199 retention-days : 1
200200
201201 - name : Upload logs
202202 if : ${{ always() }}
203- uses : actions/upload-artifact@v6
203+ uses : actions/upload-artifact@v7
204204 with :
205205 name : build-sample-${{ matrix.rn-architecture }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-logs
206206 path : ${{ env.REACT_NATIVE_SAMPLE_PATH }}/${{ matrix.platform }}/*.log
@@ -236,14 +236,14 @@ jobs:
236236
237237 - name : Download iOS App Archive
238238 if : ${{ matrix.platform == 'ios' }}
239- uses : actions/download-artifact@v7
239+ uses : actions/download-artifact@v8
240240 with :
241241 name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }}
242242 path : ${{ env.REACT_NATIVE_SAMPLE_PATH }}
243243
244244 - name : Download Android APK
245245 if : ${{ matrix.platform == 'android' }}
246- uses : actions/download-artifact@v7
246+ uses : actions/download-artifact@v8
247247 with :
248248 name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }}
249249 path : ${{ env.REACT_NATIVE_SAMPLE_PATH }}
@@ -294,7 +294,7 @@ jobs:
294294 sudo udevadm trigger --name-match=kvm
295295
296296 - name : Boot ${{ env.IOS_DEVICE }} with iOS ${{ env.IOS_VERSION }}
297- uses : futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # pin@v4
297+ uses : futureware-tech/simulator-action@e89aa8f93d3aec35083ff49d2854d07f7186f7f5 # pin@v5
298298 if : ${{ matrix.platform == 'ios' }}
299299 with :
300300 model : ${{ env.IOS_DEVICE }}
0 commit comments