File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -124,24 +124,24 @@ jobs:
124124 - name : Build
125125 run : yarn build
126126 - name : Archive dist
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v5
128128 with :
129129 name : dist
130130 path : packages/core/dist
131131 - name : Archive ts3.8
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v5
133133 with :
134134 name : ts3.8
135135 path : packages/core/ts3.8
136136 - name : Archive Expo Plugin
137- uses : actions/upload-artifact@v4
137+ uses : actions/upload-artifact@v5
138138 with :
139139 name : expo-plugin
140140 path : packages/core/plugin/build
141141 - name : Pack
142142 run : yarn build:tarball
143143 - name : Archive Artifacts
144- uses : actions/upload-artifact@v4
144+ uses : actions/upload-artifact@v5
145145 with :
146146 name : ${{ github.sha }}
147147 path : |
Original file line number Diff line number Diff line change @@ -280,15 +280,15 @@ jobs:
280280
281281 - name : Upload App
282282 if : matrix.build-type == 'production'
283- uses : actions/upload-artifact@v4
283+ uses : actions/upload-artifact@v5
284284 with :
285285 name : ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
286286 path : dev-packages/e2e-tests/RnDiffApp.ap*
287287 retention-days : 1
288288
289289 - name : Upload logs
290290 if : ${{ always() }}
291- uses : actions/upload-artifact@v4
291+ uses : actions/upload-artifact@v5
292292 with :
293293 name : rn-build-logs-${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}
294294 path : dev-packages/e2e-tests/react-native-versions/${{ matrix.rn-version }}/RnDiffApp/ios/*.log
@@ -419,7 +419,7 @@ jobs:
419419
420420 - name : Upload logs
421421 if : ${{ always() }}
422- uses : actions/upload-artifact@v4
422+ uses : actions/upload-artifact@v5
423423 with :
424424 name : ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-logs
425425 path : ./dev-packages/e2e-tests/maestro-logs
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141
142142 - name : Upload logs
143143 if : ${{ always() }}
144- uses : actions/upload-artifact@v4
144+ uses : actions/upload-artifact@v5
145145 with :
146146 name : build-sample-expo-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-logs
147147 path : samples/expo/${{ matrix.platform }}/*.log
Original file line number Diff line number Diff line change @@ -191,23 +191,23 @@ jobs:
191191
192192 - name : Upload iOS APP
193193 if : ${{ matrix.platform == 'ios' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' && matrix.ios-use-frameworks == 'no-frameworks' }}
194- uses : actions/upload-artifact@v4
194+ uses : actions/upload-artifact@v5
195195 with :
196196 name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }}
197197 path : ${{ env.IOS_APP_ARCHIVE_PATH }}
198198 retention-days : 1
199199
200200 - name : Upload Android APK
201201 if : ${{ matrix.platform == 'android' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' }}
202- uses : actions/upload-artifact@v4
202+ uses : actions/upload-artifact@v5
203203 with :
204204 name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }}
205205 path : ${{ env.ANDROID_APP_ARCHIVE_PATH }}
206206 retention-days : 1
207207
208208 - name : Upload logs
209209 if : ${{ always() }}
210- uses : actions/upload-artifact@v4
210+ uses : actions/upload-artifact@v5
211211 with :
212212 name : build-sample-${{ matrix.rn-architecture }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-logs
213213 path : ${{ env.REACT_NATIVE_SAMPLE_PATH }}/${{ matrix.platform }}/*.log
Original file line number Diff line number Diff line change 6868 bundle exec fastlane ios upload_react_native_sample_to_testflight
6969
7070 - name : Upload Xcode Archive
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : sentry-react-native-sample-xcode-archive-for-testflight
7474 path : samples/react-native/sentryreactnativesample.xcarchive
You can’t perform that action at this time.
0 commit comments