Skip to content

Commit 07e2e44

Browse files
authored
Merge branch 'main' into antonis/bump-ajv
2 parents cf3a030 + 56bef5a commit 07e2e44

8 files changed

Lines changed: 27 additions & 26 deletions

File tree

.github/workflows/buildandtest.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |
@@ -186,12 +186,12 @@ jobs:
186186
- name: Install Dependencies
187187
run: yarn install
188188
- name: Download dist
189-
uses: actions/download-artifact@v7
189+
uses: actions/download-artifact@v8
190190
with:
191191
name: dist
192192
path: packages/core/dist
193193
- name: Download ts3.8
194-
uses: actions/download-artifact@v7
194+
uses: actions/download-artifact@v8
195195
with:
196196
name: ts3.8
197197
path: packages/core/ts3.8
@@ -217,12 +217,12 @@ jobs:
217217
- name: Install Dependencies
218218
run: yarn install
219219
- name: Download dist
220-
uses: actions/download-artifact@v7
220+
uses: actions/download-artifact@v8
221221
with:
222222
name: dist
223223
path: packages/core/dist
224224
- name: Download Expo Plugin
225-
uses: actions/download-artifact@v7
225+
uses: actions/download-artifact@v8
226226
with:
227227
name: expo-plugin
228228
path: packages/core/plugin/build

.github/workflows/cancel-pr-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Cancel in-progress workflow runs
13-
uses: actions/github-script@v7
13+
uses: actions/github-script@v8
1414
with:
1515
script: |
1616
const { owner, repo } = context.repo;

.github/workflows/e2e-v2.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -357,7 +357,7 @@ jobs:
357357

358358
- name: Download App Package
359359
if: matrix.build-type == 'production'
360-
uses: actions/download-artifact@v7
360+
uses: actions/download-artifact@v8
361361
with:
362362
name: ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
363363
path: dev-packages/e2e-tests
@@ -423,7 +423,7 @@ jobs:
423423
if: ${{ matrix.platform == 'ios' }}
424424
run: xcrun simctl list devices available
425425

426-
- uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # pin@v4
426+
- uses: futureware-tech/simulator-action@e89aa8f93d3aec35083ff49d2854d07f7186f7f5 # pin@v5
427427
if: ${{ matrix.platform == 'ios' }}
428428
with:
429429
model: ${{ env.IOS_DEVICE }}
@@ -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: |

.github/workflows/sample-application-expo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/sample-application.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -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 }}

.github/workflows/testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"eslint@npm:8.57.0/ajv": "^6.14.0",
7070
"eslint@npm:8.57.1/ajv": "^6.14.0",
7171
"eslint@npm:9.39.2/ajv": "^6.14.0",
72+
"express@npm:4.19.2/path-to-regexp": "0.1.12",
7273
"axios": "^1.13.5",
7374
"fast-xml-parser": "^5.3.6",
7475
"form-data": "4.0.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28228,10 +28228,10 @@ __metadata:
2822828228
languageName: node
2822928229
linkType: hard
2823028230

28231-
"path-to-regexp@npm:0.1.7":
28232-
version: 0.1.7
28233-
resolution: "path-to-regexp@npm:0.1.7"
28234-
checksum: 69a14ea24db543e8b0f4353305c5eac6907917031340e5a8b37df688e52accd09e3cebfe1660b70d76b6bd89152f52183f28c74813dbf454ba1a01c82a38abce
28231+
"path-to-regexp@npm:0.1.12":
28232+
version: 0.1.12
28233+
resolution: "path-to-regexp@npm:0.1.12"
28234+
checksum: ab237858bee7b25ecd885189f175ab5b5161e7b712b360d44f5c4516b8d271da3e4bf7bf0a7b9153ecb04c7d90ce8ff5158614e1208819cf62bac2b08452722e
2823528235
languageName: node
2823628236
linkType: hard
2823728237

0 commit comments

Comments
 (0)