@@ -344,7 +344,7 @@ jobs:
344344 runs-on : ubuntu-latest
345345 steps :
346346 - name : Retrieve OM Wheels
347- uses : actions/download-artifact@v3
347+ uses : actions/download-artifact@v4
348348 with :
349349 name : om_wheels
350350 path : om_wheels
@@ -353,7 +353,7 @@ jobs:
353353 run : ls -al ./om_wheels
354354
355355 - name : Retrieve Origen Wheels
356- uses : actions/download-artifact@v3
356+ uses : actions/download-artifact@v4
357357 with :
358358 name : origen_wheels
359359 path : origen_wheels
@@ -362,7 +362,7 @@ jobs:
362362 run : ls -al ./origen_wheels
363363
364364 - name : Retrieve Origen Standalone CLI
365- uses : actions/download-artifact@v3
365+ uses : actions/download-artifact@v4
366366 with :
367367 name : cli
368368 path : cli
@@ -376,7 +376,7 @@ jobs:
376376 if : ${{ github.event.inputs.publish_pypi_test == 'true' }}
377377 steps :
378378 - name : Retrieve Wheels
379- uses : actions/download-artifact@v3
379+ uses : actions/download-artifact@v4
380380 with :
381381 name : om_wheels
382382 path : om_wheels
@@ -395,7 +395,7 @@ jobs:
395395 verbose : true
396396
397397 - name : Retrieve Wheels
398- uses : actions/download-artifact@v3
398+ uses : actions/download-artifact@v4
399399 with :
400400 name : origen_wheels
401401 path : origen_wheels
@@ -419,7 +419,7 @@ jobs:
419419 if : ${{ github.event.inputs.publish_pypi == 'true' }}
420420 steps :
421421 - name : Retrieve Wheels
422- uses : actions/download-artifact@v3
422+ uses : actions/download-artifact@v4
423423 with :
424424 name : om_wheels
425425 path : om_wheels
@@ -437,7 +437,7 @@ jobs:
437437 verbose : true
438438
439439 - name : Retrieve Wheels
440- uses : actions/download-artifact@v3
440+ uses : actions/download-artifact@v4
441441 with :
442442 name : origen_wheels
443443 path : origen_wheels
@@ -461,12 +461,12 @@ jobs:
461461 steps :
462462 - uses : actions/checkout@v2
463463
464- - uses : actions/download-artifact@v3
464+ - uses : actions/download-artifact@v4
465465 with :
466466 name : om_wheels
467467 path : origen_metal
468468
469- - uses : actions/download-artifact@v3
469+ - uses : actions/download-artifact@v4
470470 with :
471471 name : origen_wheels
472472 path : origen
@@ -476,7 +476,7 @@ jobs:
476476 ls -al ./origen_metal
477477 ls -al ./origen
478478
479- - uses : actions/download-artifact@v3
479+ - uses : actions/download-artifact@v4
480480 with :
481481 name : cli
482482 path : cli
@@ -487,11 +487,11 @@ jobs:
487487 ls -al ./origen
488488 ls -al ./cli
489489
490- - uses : actions/download-artifact@v3
490+ - uses : actions/download-artifact@v4
491491 with :
492492 name : ${{ env.om_ver_file }}
493493
494- - uses : actions/download-artifact@v3
494+ - uses : actions/download-artifact@v4
495495 with :
496496 name : ${{ env.origen_ver_file }}
497497
0 commit comments