File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202202 runs-on : ubuntu-latest
203203
204204 steps :
205- - uses : actions/download-artifact@v4
205+ - uses : actions/download-artifact@v8
206206 with :
207207 merge-multiple : true
208208 path : dist
Original file line number Diff line number Diff line change 5454 runs-on : ubuntu-latest
5555
5656 steps :
57- - uses : actions/download-artifact@v4
57+ - uses : actions/download-artifact@v8
5858 with :
5959 merge-multiple : true
6060 path : dist2
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 runs-on : ubuntu-latest
204204
205205 steps :
206- - uses : actions/download-artifact@v4
206+ - uses : actions/download-artifact@v8
207207 with :
208208 merge-multiple : true
209209 path : dist
@@ -223,7 +223,7 @@ jobs:
223223 runs-on : ubuntu-latest
224224
225225 steps :
226- - uses : actions/download-artifact@v4
226+ - uses : actions/download-artifact@v8
227227 with :
228228 merge-multiple : true
229229 path : dist
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 runs-on : ubuntu-latest
110110
111111 steps :
112- - uses : actions/download-artifact@v4
112+ - uses : actions/download-artifact@v8
113113 with :
114114 merge-multiple : true
115115 path : dist
You can’t perform that action at this time.
0 commit comments