@@ -294,7 +294,7 @@ jobs:
294
294
rm -rf /var/lib/apt/lists/*
295
295
296
296
- name : Download tests
297
- uses : actions/download-artifact@v4
297
+ uses : actions/download-artifact@v5
298
298
with :
299
299
pattern : tests*-${{ github.sha }}
300
300
merge-multiple : true
@@ -375,13 +375,13 @@ jobs:
375
375
rm -rf /var/lib/apt/lists/*
376
376
377
377
- name : Download tests
378
- uses : actions/download-artifact@v4
378
+ uses : actions/download-artifact@v5
379
379
with :
380
380
pattern : tests*-${{ github.sha }}
381
381
merge-multiple : true
382
382
383
383
- name : Download tests
384
- uses : actions/download-artifact@v4
384
+ uses : actions/download-artifact@v5
385
385
with :
386
386
pattern : tests-webrtc*-${{ github.sha }}
387
387
merge-multiple : true
@@ -432,7 +432,7 @@ jobs:
432
432
rm -rf /var/lib/apt/lists/*
433
433
434
434
- name : Download tests
435
- uses : actions/download-artifact@v4
435
+ uses : actions/download-artifact@v5
436
436
with :
437
437
pattern : tests*-${{ github.sha }}
438
438
merge-multiple : true
@@ -467,12 +467,12 @@ jobs:
467
467
468
468
steps :
469
469
- name : Download binary
470
- uses : actions/download-artifact@v4
470
+ uses : actions/download-artifact@v5
471
471
with :
472
472
name : bin-${{ github.sha }}
473
473
474
474
- name : Download test
475
- uses : actions/download-artifact@v4
475
+ uses : actions/download-artifact@v5
476
476
with :
477
477
pattern : tests*-${{ github.sha }}
478
478
merge-multiple : true
0 commit comments