We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce601f commit eec3a40Copy full SHA for eec3a40
.github/workflows/ci.yml
@@ -262,7 +262,7 @@ jobs:
262
run: E2E=true yarn start &
263
264
- name: Check APK existence
265
- uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2.0.0
+ uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
266
with:
267
files: ${{ matrix.working-directory }}/android/app/build/outputs/apk/debug/app-debug.apk
268
fail: true
0 commit comments