Skip to content

Commit 762151d

Browse files
Update actions/upload-artifact digest to 65c4c4a
1 parent 075dd4f commit 762151d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
SKIP_BUNDLING: 'true'
413413

414414
- name: Upload build reports
415-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
415+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
416416
with:
417417
name: build-reports
418418
path: build/reports/
@@ -423,7 +423,7 @@ jobs:
423423
path: android/app/build/outputs/apk/
424424
key: ${{ steps.app-cache.outputs.cache-primary-key }}
425425

426-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
426+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
427427
with:
428428
name: android-app
429429
path: android/app/build/outputs/apk/
@@ -506,7 +506,7 @@ jobs:
506506
path: ios/build/Build/Products/
507507
key: ${{ steps.app-cache.outputs.cache-primary-key }}
508508

509-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
509+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
510510
with:
511511
name: ios-app
512512
path: ios/build/Build/Products/
@@ -575,7 +575,7 @@ jobs:
575575
- name: Run the Detox tests
576576
run: npx detox test e2e --configuration ios.sim.release --cleanup --record-logs failing --record-videos failing --record-performance all --capture-view-hierarchy enabled --take-screenshots failing
577577

578-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
578+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
579579
if: always()
580580
with:
581581
name: detox-ios

0 commit comments

Comments
 (0)