@@ -409,7 +409,7 @@ jobs:
409409 repository : ansys-internal/signtool-ansys-apps
410410 token : ${{ secrets.SIGNTOOL_ACCESS_TOKEN }}
411411
412- - uses : actions/download-artifact@v4
412+ - uses : actions/download-artifact@v5
413413 with :
414414 name : Python-Installer-windows
415415 path : signtool/installer
@@ -463,32 +463,32 @@ jobs:
463463 - build-application-linux-non-debian
464464 runs-on : ubuntu-latest
465465 steps :
466- - uses : actions/download-artifact@v4
466+ - uses : actions/download-artifact@v5
467467 with :
468468 name : Python-Installer-windows-signed
469469 path : installer-signed
470470
471- - uses : actions/download-artifact@v4
471+ - uses : actions/download-artifact@v5
472472 with :
473473 name : Python-Installer-windows
474474 path : installer
475475
476- - uses : actions/download-artifact@v4
476+ - uses : actions/download-artifact@v5
477477 with :
478478 name : Python-Installer-ubuntu_24.04
479479 path : installer
480480
481- - uses : actions/download-artifact@v4
481+ - uses : actions/download-artifact@v5
482482 with :
483483 name : Python-Installer-ubuntu_22.04
484484 path : installer
485485
486- - uses : actions/download-artifact@v4
486+ - uses : actions/download-artifact@v5
487487 with :
488488 name : Python-Installer-centos_stream9
489489 path : installer
490490
491- - uses : actions/download-artifact@v4
491+ - uses : actions/download-artifact@v5
492492 with :
493493 name : Python-Installer-fedora_40
494494 path : installer
0 commit comments