From 6f00fb5865a98be33ed7057116c880d64981e346 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:52:03 +0000 Subject: [PATCH] Update actions/upload-artifact digest to ea165f8 --- .github/workflows/check.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 40edecb997..be6ddb9af5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -412,7 +412,7 @@ jobs: SKIP_BUNDLING: 'true' - name: Upload build reports - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: build-reports path: build/reports/ @@ -423,7 +423,7 @@ jobs: path: android/app/build/outputs/apk/ key: ${{ steps.app-cache.outputs.cache-primary-key }} - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: android-app path: android/app/build/outputs/apk/ @@ -517,7 +517,7 @@ jobs: path: ios/build/Build/Products/ key: ${{ steps.app-cache.outputs.cache-primary-key }} - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ios-app path: ios/build/Build/Products/ @@ -637,7 +637,7 @@ jobs: - name: Run the Detox tests 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 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 if: always() with: name: detox-ios