File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4646 --health-retries 5
4747 steps :
4848 - uses : actions/checkout@v3
49- - uses : actions/download-artifact@v3
49+ - uses : actions/download-artifact@v4
5050 with :
5151 name : bin
5252 path : /usr/local/bin
8888 --health-retries 5
8989 steps :
9090 - uses : actions/checkout@v3
91- - uses : actions/download-artifact@v3
91+ - uses : actions/download-artifact@v4
9292 with :
9393 name : bin
9494 path : /usr/local/bin
@@ -132,7 +132,7 @@ jobs:
132132 --health-retries 10
133133 steps :
134134 - uses : actions/checkout@v3
135- - uses : actions/download-artifact@v3
135+ - uses : actions/download-artifact@v4
136136 with :
137137 name : bin
138138 path : /usr/local/bin
@@ -174,7 +174,7 @@ jobs:
174174 --health-retries 10
175175 steps :
176176 - uses : actions/checkout@v3
177- - uses : actions/download-artifact@v3
177+ - uses : actions/download-artifact@v4
178178 with :
179179 name : bin
180180 path : /usr/local/bin
@@ -204,7 +204,7 @@ jobs:
204204 runs-on : ubuntu-latest
205205 steps :
206206 - uses : actions/checkout@v3
207- - uses : actions/download-artifact@v3
207+ - uses : actions/download-artifact@v4
208208 with :
209209 name : bin
210210 path : /usr/local/bin
@@ -232,7 +232,7 @@ jobs:
232232 runs-on : ubuntu-latest
233233 steps :
234234 - uses : actions/checkout@v3
235- - uses : actions/download-artifact@v3
235+ - uses : actions/download-artifact@v4
236236 with :
237237 name : bin
238238 path : /usr/local/bin
Original file line number Diff line number Diff line change 2525 - uses : actions/setup-go@v4
2626 with :
2727 go-version : " 1.20"
28- - uses : actions/download-artifact@v3
28+ - uses : actions/download-artifact@v4
2929 with :
3030 name : bin
3131 path : /usr/local/bin
6666 - uses : actions/setup-go@v4
6767 with :
6868 go-version : " 1.20"
69- - uses : actions/download-artifact@v3
69+ - uses : actions/download-artifact@v4
7070 with :
7171 name : bin
7272 path : /usr/local/bin
@@ -106,7 +106,7 @@ jobs:
106106 - uses : actions/setup-go@v4
107107 with :
108108 go-version : " 1.20"
109- - uses : actions/download-artifact@v3
109+ - uses : actions/download-artifact@v4
110110 with :
111111 name : bin
112112 path : /usr/local/bin
You can’t perform that action at this time.
0 commit comments