File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
gradle-tasks-with-emulator Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -133,21 +133,21 @@ runs:
133133
134134 - name : Upload Any Logs
135135 if : failure()
136- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
136+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
137137 with :
138138 name : log-upload
139139 path : ${{github.workspace}}/**/*.log
140140
141141 - name : Upload Any Heap Dumps
142142 if : failure()
143- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
143+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
144144 with :
145145 name : hprof-upload
146146 path : ${{github.workspace}}/**/*.hprof
147147
148148 - name : Upload Any Specified Files
149149 if : failure() && inputs.failure-path-upload != 'null'
150- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
150+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
151151 with :
152152 name : specified-upload
153153 path : ${{github.workspace}}/${{inputs.failure-path-upload}}
Original file line number Diff line number Diff line change @@ -105,21 +105,21 @@ runs:
105105
106106 - name : Upload Any Logs
107107 if : failure()
108- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
108+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
109109 with :
110110 name : log-upload
111111 path : ${{github.workspace}}/**/*.log
112112
113113 - name : Upload Any Heap Dumps
114114 if : failure()
115- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
115+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
116116 with :
117117 name : hprof-upload
118118 path : ${{github.workspace}}/**/*.hprof
119119
120120 - name : Upload Any Specified Files
121121 if : failure() && inputs.failure-path-upload != 'null'
122- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
122+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
123123 with :
124124 name : specified-upload
125125 path : ${{github.workspace}}/${{inputs.failure-path-upload}}
You can’t perform that action at this time.
0 commit comments