File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gradle-tasks-with-emulator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ runs:
130
130
131
131
- name : Upload heap dump
132
132
if : failure()
133
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
133
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
134
134
with :
135
135
name : heap-dump
136
136
path : ${{github.workspace}}/**/*{.hprof,.log}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ runs:
105
105
106
106
- name : Upload results
107
107
if : ${{ always() }}
108
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
108
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
109
109
with :
110
110
name : ${{ inputs.tests-name }}
111
111
path : ${{github.workspace}}/**/build/reports/androidTests/connected/**
You can’t perform that action at this time.
0 commit comments