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@v5
127+ uses : actions/upload-artifact@v6
128128 with :
129129 name : dist
130130 path : packages/core/dist
131131 - name : Archive ts3.8
132- uses : actions/upload-artifact@v5
132+ uses : actions/upload-artifact@v6
133133 with :
134134 name : ts3.8
135135 path : packages/core/ts3.8
136136 - name : Archive Expo Plugin
137- uses : actions/upload-artifact@v5
137+ uses : actions/upload-artifact@v6
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@v5
144+ uses : actions/upload-artifact@v6
145145 with :
146146 name : ${{ github.sha }}
147147 path : |
Original file line number Diff line number Diff line change @@ -286,15 +286,15 @@ jobs:
286286
287287 - name : Upload App
288288 if : matrix.build-type == 'production'
289- uses : actions/upload-artifact@v5
289+ uses : actions/upload-artifact@v6
290290 with :
291291 name : ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
292292 path : dev-packages/e2e-tests/RnDiffApp.ap*
293293 retention-days : 1
294294
295295 - name : Upload logs
296296 if : ${{ always() }}
297- uses : actions/upload-artifact@v5
297+ uses : actions/upload-artifact@v6
298298 with :
299299 name : rn-build-logs-${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}
300300 path : dev-packages/e2e-tests/react-native-versions/${{ matrix.rn-version }}/RnDiffApp/ios/*.log
@@ -417,7 +417,7 @@ jobs:
417417
418418 - name : Upload logs
419419 if : ${{ always() }}
420- uses : actions/upload-artifact@v5
420+ uses : actions/upload-artifact@v6
421421 with :
422422 name : ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-logs
423423 path : ./dev-packages/e2e-tests/maestro-logs
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Upload logs
152152 if : ${{ always() }}
153- uses : actions/upload-artifact@v5
153+ uses : actions/upload-artifact@v6
154154 with :
155155 name : build-sample-expo-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-logs
156156 path : samples/expo/${{ matrix.platform }}/*.log
Original file line number Diff line number Diff line change @@ -200,23 +200,23 @@ jobs:
200200
201201 - name : Upload iOS APP
202202 if : ${{ matrix.platform == 'ios' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' && matrix.ios-use-frameworks == 'no-frameworks' }}
203- uses : actions/upload-artifact@v5
203+ uses : actions/upload-artifact@v6
204204 with :
205205 name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }}
206206 path : ${{ env.IOS_APP_ARCHIVE_PATH }}
207207 retention-days : 1
208208
209209 - name : Upload Android APK
210210 if : ${{ matrix.platform == 'android' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' }}
211- uses : actions/upload-artifact@v5
211+ uses : actions/upload-artifact@v6
212212 with :
213213 name : sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }}
214214 path : ${{ env.ANDROID_APP_ARCHIVE_PATH }}
215215 retention-days : 1
216216
217217 - name : Upload logs
218218 if : ${{ always() }}
219- uses : actions/upload-artifact@v5
219+ uses : actions/upload-artifact@v6
220220 with :
221221 name : build-sample-${{ matrix.rn-architecture }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-logs
222222 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@v5
71+ uses : actions/upload-artifact@v6
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