@@ -278,7 +278,7 @@ jobs:
278278 uses : actions/checkout@v5
279279
280280 - name : Download mina binary
281- uses : actions/download-artifact@v5
281+ uses : actions/download-artifact@v6
282282 with :
283283 name : bin-${{ github.sha }}
284284
@@ -425,7 +425,7 @@ jobs:
425425 rm -rf /var/lib/apt/lists/*
426426
427427 - name : Download tests
428- uses : actions/download-artifact@v5
428+ uses : actions/download-artifact@v6
429429 with :
430430 pattern : tests*-${{ github.sha }}
431431 merge-multiple : true
@@ -506,13 +506,13 @@ jobs:
506506 rm -rf /var/lib/apt/lists/*
507507
508508 - name : Download tests
509- uses : actions/download-artifact@v5
509+ uses : actions/download-artifact@v6
510510 with :
511511 pattern : tests*-${{ github.sha }}
512512 merge-multiple : true
513513
514514 - name : Download tests
515- uses : actions/download-artifact@v5
515+ uses : actions/download-artifact@v6
516516 with :
517517 pattern : tests-webrtc*-${{ github.sha }}
518518 merge-multiple : true
@@ -563,7 +563,7 @@ jobs:
563563 rm -rf /var/lib/apt/lists/*
564564
565565 - name : Download tests
566- uses : actions/download-artifact@v5
566+ uses : actions/download-artifact@v6
567567 with :
568568 pattern : tests*-${{ github.sha }}
569569 merge-multiple : true
@@ -598,12 +598,12 @@ jobs:
598598
599599 steps :
600600 - name : Download binary
601- uses : actions/download-artifact@v5
601+ uses : actions/download-artifact@v6
602602 with :
603603 name : bin-${{ github.sha }}
604604
605605 - name : Download test
606- uses : actions/download-artifact@v5
606+ uses : actions/download-artifact@v6
607607 with :
608608 pattern : tests*-${{ github.sha }}
609609 merge-multiple : true
0 commit comments