1111 download_caravel :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
1616 - name : Set up QEMU
1717 uses : docker/setup-qemu-action@v1
4242 tar -cf /tmp/caravel.tar -C $CARAVEL_ROOT .
4343
4444 - name : Upload Caravel Tarball
45- uses : actions/upload-artifact@v2
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : caravel-tarball
4848 path : /tmp/caravel.tar
5454 targets : ["pdk-with-volare", "install_mcw", "openlane", "setup-timing-scripts", "precheck"]
5555 needs : [download_caravel]
5656 steps :
57- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v3
5858
5959 - name : Set up QEMU
6060 uses : docker/setup-qemu-action@v1
9292 fi
9393
9494 - name : Download caravel Tarball
95- uses : actions/download-artifact@v2
95+ uses : actions/download-artifact@v4
9696 with :
9797 name : caravel-tarball
9898 path : /tmp
@@ -118,7 +118,7 @@ jobs:
118118 tar -cf /tmp/${{ env.dep_name }}.tar -C ${{ env.dep_root }} .
119119
120120 - name : Upload Dependencies Tarball
121- uses : actions/upload-artifact@v2
121+ uses : actions/upload-artifact@v4
122122 with :
123123 name : ${{ env.dep_name }}-tarball
124124 path : /tmp/${{ env.dep_name }}.tar
@@ -131,7 +131,7 @@ jobs:
131131 pdk : ["sky130A", "sky130B"]
132132 needs : [download_deps]
133133 steps :
134- - uses : actions/checkout@v2
134+ - uses : actions/checkout@v3
135135
136136 - name : Set up QEMU
137137 uses : docker/setup-qemu-action@v1
@@ -152,7 +152,7 @@ jobs:
152152 echo "MPW_TAG=main" >> $GITHUB_ENV
153153
154154 - name : Download PDK Tarball
155- uses : actions/download-artifact@v2
155+ uses : actions/download-artifact@v4
156156 with :
157157 name : pdk-tarball
158158 path : /tmp
@@ -164,7 +164,7 @@ jobs:
164164 tar -xf /tmp/pdk.tar -C $PDK_ROOT .
165165
166166 - name : Download openlane Tarball
167- uses : actions/download-artifact@v2
167+ uses : actions/download-artifact@v4
168168 with :
169169 name : openlane-tarball
170170 path : /tmp
@@ -190,7 +190,7 @@ jobs:
190190
191191 - name : upload failure logs
192192 if : failure()
193- uses : actions/upload-artifact@v3
193+ uses : actions/upload-artifact@v4
194194 with :
195195 name : openlane-issue-reproducible
196196 path : |
@@ -201,7 +201,7 @@ jobs:
201201 tar -cf /tmp/design_${{ matrix.pdk }}.tar -C $GITHUB_WORKSPACE .
202202
203203 - name : Upload Design_${{ matrix.pdk }} Tarball
204- uses : actions/upload-artifact@v2
204+ uses : actions/upload-artifact@v4
205205 with :
206206 name : design_${{ matrix.pdk }}-tarball
207207 path : /tmp/design_${{ matrix.pdk }}.tar
@@ -214,7 +214,7 @@ jobs:
214214 pdk : ["sky130A", "sky130B"]
215215 needs : [download_deps]
216216 steps :
217- - uses : actions/checkout@v2
217+ - uses : actions/checkout@v3
218218
219219 - name : Set up QEMU
220220 uses : docker/setup-qemu-action@v1
@@ -235,7 +235,7 @@ jobs:
235235 echo "MPW_TAG=main" >> $GITHUB_ENV
236236
237237 - name : Download PDK Tarball
238- uses : actions/download-artifact@v2
238+ uses : actions/download-artifact@v4
239239 with :
240240 name : pdk-tarball
241241 path : /tmp
@@ -247,7 +247,7 @@ jobs:
247247 tar -xf /tmp/pdk.tar -C $PDK_ROOT .
248248
249249 - name : Download caravel Tarball
250- uses : actions/download-artifact@v2
250+ uses : actions/download-artifact@v4
251251 with :
252252 name : caravel-tarball
253253 path : /tmp
@@ -259,7 +259,7 @@ jobs:
259259 tar -xf /tmp/caravel.tar -C $CARAVEL_ROOT .
260260
261261 - name : Download mgmt_core_wrapper Tarball
262- uses : actions/download-artifact@v2
262+ uses : actions/download-artifact@v4
263263 with :
264264 name : mgmt_core_wrapper-tarball
265265 path : /tmp
@@ -290,7 +290,7 @@ jobs:
290290 pdk : ["sky130A", "sky130B"]
291291 needs : [hardening]
292292 steps :
293- - uses : actions/checkout@v2
293+ - uses : actions/checkout@v3
294294 - name : Set up QEMU
295295 uses : docker/setup-qemu-action@v1
296296
@@ -310,7 +310,7 @@ jobs:
310310 echo "MPW_TAG=main" >> $GITHUB_ENV
311311
312312 - name : Download PDK Tarball
313- uses : actions/download-artifact@v2
313+ uses : actions/download-artifact@v4
314314 with :
315315 name : pdk-tarball
316316 path : /tmp
@@ -322,7 +322,7 @@ jobs:
322322 tar -xf /tmp/pdk.tar -C $PDK_ROOT .
323323
324324 - name : Download precheck Tarball
325- uses : actions/download-artifact@v2
325+ uses : actions/download-artifact@v4
326326 with :
327327 name : precheck-tarball
328328 path : /tmp
@@ -334,7 +334,7 @@ jobs:
334334 tar -xf /tmp/precheck.tar -C $PRECHECK_ROOT .
335335
336336 - name : Download Design_${{ matrix.pdk }} Tarball
337- uses : actions/download-artifact@v2
337+ uses : actions/download-artifact@v4
338338 with :
339339 name : design_${{ matrix.pdk }}-tarball
340340 path : /tmp
@@ -368,7 +368,7 @@ jobs:
368368 pdk : ["sky130A"]
369369 needs : [hardening]
370370 steps :
371- - uses : actions/checkout@v2
371+ - uses : actions/checkout@v3
372372 - name : Set up QEMU
373373 uses : docker/setup-qemu-action@v1
374374
@@ -388,7 +388,7 @@ jobs:
388388 echo "MPW_TAG=main" >> $GITHUB_ENV
389389
390390 - name : Download PDK Tarball
391- uses : actions/download-artifact@v2
391+ uses : actions/download-artifact@v4
392392 with :
393393 name : pdk-tarball
394394 path : /tmp
@@ -400,7 +400,7 @@ jobs:
400400 tar -xf /tmp/pdk.tar -C $PDK_ROOT .
401401
402402 - name : Download timing-scripts Tarball
403- uses : actions/download-artifact@v2
403+ uses : actions/download-artifact@v4
404404 with :
405405 name : timing-scripts-tarball
406406 path : /tmp
@@ -412,7 +412,7 @@ jobs:
412412 tar -xf /tmp/timing-scripts.tar -C $TIMING_ROOT .
413413
414414 - name : Download Design_${{ matrix.pdk }} Tarball
415- uses : actions/download-artifact@v2
415+ uses : actions/download-artifact@v4
416416 with :
417417 name : design_${{ matrix.pdk }}-tarball
418418 path : /tmp
@@ -424,7 +424,7 @@ jobs:
424424 tar -xf /tmp/design_${{ matrix.pdk }}.tar -C $GITHUB_WORKSPACE .
425425
426426 - name : Download Caravel Tarball
427- uses : actions/download-artifact@v2
427+ uses : actions/download-artifact@v4
428428 with :
429429 name : caravel-tarball
430430 path : /tmp
@@ -436,7 +436,7 @@ jobs:
436436 tar -xf /tmp/caravel.tar -C ${{ env.CARAVEL_ROOT }} .
437437
438438 - name : Download mgmt_core_wrapper Tarball
439- uses : actions/download-artifact@v2
439+ uses : actions/download-artifact@v4
440440 with :
441441 name : mgmt_core_wrapper-tarball
442442 path : /tmp
@@ -478,7 +478,7 @@ jobs:
478478 # pdk: ["sky130A", "sky130B"]
479479 # needs: [download_deps]
480480 # steps:
481- # - uses: actions/checkout@v2
481+ # - uses: actions/checkout@v3
482482
483483 # - name: Set up QEMU
484484 # uses: docker/setup-qemu-action@v1
@@ -499,7 +499,7 @@ jobs:
499499 # echo "MPW_TAG=main" >> $GITHUB_ENV
500500
501501 # - name: Download PDK Tarball
502- # uses: actions/download-artifact@v2
502+ # uses: actions/download-artifact@v4
503503 # with:
504504 # name: pdk-tarball
505505 # path: /tmp
@@ -511,7 +511,7 @@ jobs:
511511 # tar -xf /tmp/pdk.tar -C $PDK_ROOT .
512512
513513 # - name: Download caravel Tarball
514- # uses: actions/download-artifact@v2
514+ # uses: actions/download-artifact@v4
515515 # with:
516516 # name: caravel-tarball
517517 # path: /tmp
@@ -523,7 +523,7 @@ jobs:
523523 # tar -xf /tmp/caravel.tar -C $CARAVEL_ROOT .
524524
525525 # - name: Download mgmt_core_wrapper Tarball
526- # uses: actions/download-artifact@v2
526+ # uses: actions/download-artifact@v4
527527 # with:
528528 # name: mgmt_core_wrapper-tarball
529529 # path: /tmp
@@ -535,7 +535,7 @@ jobs:
535535 # tar -xf /tmp/mgmt_core_wrapper.tar -C $MCW_ROOT .
536536
537537 # # - name: Download Design Tarball
538- # # uses: actions/download-artifact@v2
538+ # # uses: actions/download-artifact@v4
539539 # # with:
540540 # # name: design-tarball
541541 # # path: /tmp
0 commit comments