Skip to content

Commit bb7f479

Browse files
[github] Fix upload-artifact version on maestro android (facebook#50238)
1 parent cea7f4c commit bb7f479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/maestro-android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
echo "Stop recording. Saving to screen.mp4"
5757
adb pull /sdcard/screen.mp4
5858
- name: Store tests result
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4.3.4
6060
with:
6161
name: e2e_android_${{ inputs.app-id }}_report_${{ inputs.jsengine }}
6262
path: |

0 commit comments

Comments
 (0)