We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea7f4c commit bb7f479Copy full SHA for bb7f479
.github/actions/maestro-android/action.yml
@@ -56,7 +56,7 @@ runs:
56
echo "Stop recording. Saving to screen.mp4"
57
adb pull /sdcard/screen.mp4
58
- name: Store tests result
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.3.4
60
with:
61
name: e2e_android_${{ inputs.app-id }}_report_${{ inputs.jsengine }}
62
path: |
0 commit comments