@@ -294,7 +294,7 @@ jobs:
294294 rm -rf /var/lib/apt/lists/*
295295
296296 - name : Download tests
297- uses : actions/download-artifact@v4
297+ uses : actions/download-artifact@v5
298298 with :
299299 pattern : tests*-${{ github.sha }}
300300 merge-multiple : true
@@ -375,13 +375,13 @@ jobs:
375375 rm -rf /var/lib/apt/lists/*
376376
377377 - name : Download tests
378- uses : actions/download-artifact@v4
378+ uses : actions/download-artifact@v5
379379 with :
380380 pattern : tests*-${{ github.sha }}
381381 merge-multiple : true
382382
383383 - name : Download tests
384- uses : actions/download-artifact@v4
384+ uses : actions/download-artifact@v5
385385 with :
386386 pattern : tests-webrtc*-${{ github.sha }}
387387 merge-multiple : true
@@ -432,7 +432,7 @@ jobs:
432432 rm -rf /var/lib/apt/lists/*
433433
434434 - name : Download tests
435- uses : actions/download-artifact@v4
435+ uses : actions/download-artifact@v5
436436 with :
437437 pattern : tests*-${{ github.sha }}
438438 merge-multiple : true
@@ -467,12 +467,12 @@ jobs:
467467
468468 steps :
469469 - name : Download binary
470- uses : actions/download-artifact@v4
470+ uses : actions/download-artifact@v5
471471 with :
472472 name : bin-${{ github.sha }}
473473
474474 - name : Download test
475- uses : actions/download-artifact@v4
475+ uses : actions/download-artifact@v5
476476 with :
477477 pattern : tests*-${{ github.sha }}
478478 merge-multiple : true
0 commit comments