Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 8448086
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 124bb0e commit 4774f3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
SKIP_BUNDLING: 'true'

- name: Upload build reports
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4
with:
name: build-reports
path: build/reports/
Expand All @@ -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@84480863f228bb9747b473957fcc9e309aa96097 # v4
with:
name: android-app
path: android/app/build/outputs/apk/
Expand Down Expand Up @@ -506,7 +506,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@84480863f228bb9747b473957fcc9e309aa96097 # v4
with:
name: ios-app
path: ios/build/Build/Products/
Expand Down Expand Up @@ -575,7 +575,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@84480863f228bb9747b473957fcc9e309aa96097 # v4
if: always()
with:
name: detox-ios
Expand Down

0 comments on commit 4774f3e

Please sign in to comment.