File tree 2 files changed +6
-6
lines changed
gradle-tasks-with-emulator 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -133,21 +133,21 @@ runs:
133
133
134
134
- name : Upload Any Logs
135
135
if : failure()
136
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
136
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
137
137
with :
138
138
name : log-upload
139
139
path : ${{github.workspace}}/**/*.log
140
140
141
141
- name : Upload Any Heap Dumps
142
142
if : failure()
143
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
143
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
144
144
with :
145
145
name : hprof-upload
146
146
path : ${{github.workspace}}/**/*.hprof
147
147
148
148
- name : Upload Any Specified Files
149
149
if : failure() && inputs.failure-path-upload != 'null'
150
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
150
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
151
151
with :
152
152
name : specified-upload
153
153
path : ${{github.workspace}}/${{inputs.failure-path-upload}}
Original file line number Diff line number Diff line change @@ -105,21 +105,21 @@ runs:
105
105
106
106
- name : Upload Any Logs
107
107
if : failure()
108
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
108
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
109
109
with :
110
110
name : log-upload
111
111
path : ${{github.workspace}}/**/*.log
112
112
113
113
- name : Upload Any Heap Dumps
114
114
if : failure()
115
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
115
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
116
116
with :
117
117
name : hprof-upload
118
118
path : ${{github.workspace}}/**/*.hprof
119
119
120
120
- name : Upload Any Specified Files
121
121
if : failure() && inputs.failure-path-upload != 'null'
122
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
122
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
123
123
with :
124
124
name : specified-upload
125
125
path : ${{github.workspace}}/${{inputs.failure-path-upload}}
You can’t perform that action at this time.
0 commit comments