Skip to content

Commit 6f00fb5

Browse files
Update actions/upload-artifact digest to ea165f8
1 parent 5aade4f commit 6f00fb5

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@ea165f8d65b6e75b540449e92b4886f43607fa02 # 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
427427
with:
428428
name: android-app
429429
path: android/app/build/outputs/apk/
@@ -517,7 +517,7 @@ jobs:
517517
path: ios/build/Build/Products/
518518
key: ${{ steps.app-cache.outputs.cache-primary-key }}
519519

520-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
520+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
521521
with:
522522
name: ios-app
523523
path: ios/build/Build/Products/
@@ -637,7 +637,7 @@ jobs:
637637
- name: Run the Detox tests
638638
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
639639

640-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
640+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
641641
if: always()
642642
with:
643643
name: detox-ios

0 commit comments

Comments
 (0)