File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,24 +144,24 @@ jobs:
144144 - name : Build
145145 run : yarn build
146146 - name : Archive dist
147- uses : actions/upload-artifact@v6
147+ uses : actions/upload-artifact@v7
148148 with :
149149 name : dist
150150 path : packages/core/dist
151151 - name : Archive ts3.8
152- uses : actions/upload-artifact@v6
152+ uses : actions/upload-artifact@v7
153153 with :
154154 name : ts3.8
155155 path : packages/core/ts3.8
156156 - name : Archive Expo Plugin
157- uses : actions/upload-artifact@v6
157+ uses : actions/upload-artifact@v7
158158 with :
159159 name : expo-plugin
160160 path : packages/core/plugin/build
161161 - name : Pack
162162 run : yarn build:tarball
163163 - name : Archive Artifacts
164- uses : actions/upload-artifact@v6
164+ uses : actions/upload-artifact@v7
165165 with :
166166 name : ${{ github.sha }}
167167 path : |
Original file line number Diff line number Diff line change @@ -299,15 +299,15 @@ jobs:
299299
300300 - name : Upload App
301301 if : matrix.build-type == 'production'
302- uses : actions/upload-artifact@v6
302+ uses : actions/upload-artifact@v7
303303 with :
304304 name : ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
305305 path : dev-packages/e2e-tests/RnDiffApp.ap*
306306 retention-days : 1
307307
308308 - name : Upload logs
309309 if : ${{ always() }}
310- uses : actions/upload-artifact@v6
310+ uses : actions/upload-artifact@v7
311311 with :
312312 name : rn-build-logs-${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}
313313 path : dev-packages/e2e-tests/react-native-versions/${{ matrix.rn-version }}/RnDiffApp/ios/*.log
@@ -438,7 +438,7 @@ jobs:
438438
439439 - name : Upload logs
440440 if : ${{ always() }}
441- uses : actions/upload-artifact@v6
441+ uses : actions/upload-artifact@v7
442442 with :
443443 name : ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-logs
444444 path : |
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162
163163 - name : Upload logs
164164 if : ${{ always() }}
165- uses : actions/upload-artifact@v6
165+ uses : actions/upload-artifact@v7
166166 with :
167167 name : build-sample-expo-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-logs
168168 path : samples/expo/${{ matrix.platform }}/*.log
Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change 7171 bundle exec fastlane ios upload_react_native_sample_to_testflight
7272
7373 - name : Upload Xcode Archive
74- uses : actions/upload-artifact@v6
74+ uses : actions/upload-artifact@v7
7575 with :
7676 name : sentry-react-native-sample-xcode-archive-for-testflight
7777 path : samples/react-native/sentryreactnativesample.xcarchive
You can’t perform that action at this time.
0 commit comments