File tree 2 files changed +2
-2
lines changed
gradle-tasks-with-emulator
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ runs:
123
123
124
124
- name : Upload heap dump
125
125
if : failure()
126
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
126
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
127
127
with :
128
128
name : heap-dump
129
129
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 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