@@ -244,7 +244,7 @@ jobs:
244244 run : ./.github/scripts/test-ocaml-specific-endpoints.sh
245245
246246 - name : Upload binaries
247- uses : actions/upload-artifact@v4
247+ uses : actions/upload-artifact@v5
248248 with :
249249 name : bin-${{ github.sha }}
250250 path : target/release/mina
@@ -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
@@ -323,7 +323,7 @@ jobs:
323323 run : make build-tests
324324
325325 - name : Upload tests
326- uses : actions/upload-artifact@v4
326+ uses : actions/upload-artifact@v5
327327 with :
328328 name : tests-${{ github.sha }}
329329 path : target/release/tests
@@ -354,7 +354,7 @@ jobs:
354354 run : make build-tests-webrtc
355355
356356 - name : Upload tests
357- uses : actions/upload-artifact@v4
357+ uses : actions/upload-artifact@v5
358358 with :
359359 name : tests-webrtc-${{ github.sha }}
360360 path : target/release/tests
@@ -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
@@ -444,7 +444,7 @@ jobs:
444444 ./${{ matrix.test }} --test-threads=1
445445
446446 - name : Archive network debugger database
447- uses : actions/upload-artifact@v4
447+ uses : actions/upload-artifact@v5
448448 with :
449449 name : network-debugger-${{ matrix.test }}-${{ github.sha }}
450450 path : /tmp/db
@@ -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
@@ -531,7 +531,7 @@ jobs:
531531 ./${{ matrix.test }} --test-threads=1
532532
533533 - name : Archive network debugger database
534- uses : actions/upload-artifact@v4
534+ uses : actions/upload-artifact@v5
535535 with :
536536 name : network-debugger-${{ matrix.test }}-${{ github.sha }}
537537 path : /tmp/db
@@ -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
@@ -633,23 +633,23 @@ jobs:
633633 }
634634
635635 - name : Upload logs
636- uses : actions/upload-artifact@v4
636+ uses : actions/upload-artifact@v5
637637 with :
638638 name : bootstrap-logs-${{ github.sha }}
639639 path : ${{ env.MINA_HOME }}/logs/*
640640 retention-days : 7
641641 if : ${{ failure() }}
642642
643643 - name : Upload record
644- uses : actions/upload-artifact@v4
644+ uses : actions/upload-artifact@v5
645645 with :
646646 name : bootstrap-record-${{ github.sha }}
647647 path : ${{ env.MINA_HOME }}/recorder/*
648648 retention-days : 7
649649 if : ${{ failure() }}
650650
651651 - name : Archive network debugger database
652- uses : actions/upload-artifact@v4
652+ uses : actions/upload-artifact@v5
653653 with :
654654 name : network-debugger-test-bootstrap-${{ github.sha }}
655655 path : /tmp/db
0 commit comments