@@ -414,7 +414,7 @@ jobs:
414414 repository : ansys-internal/signtool-ansys-apps
415415 token : ${{ secrets.SIGNTOOL_ACCESS_TOKEN }}
416416
417- - uses : actions/download-artifact@v5
417+ - uses : actions/download-artifact@v6
418418 with :
419419 name : Python-Installer-windows
420420 path : signtool/installer
@@ -468,32 +468,32 @@ jobs:
468468 - build-application-linux-non-debian
469469 runs-on : ubuntu-latest
470470 steps :
471- - uses : actions/download-artifact@v5
471+ - uses : actions/download-artifact@v6
472472 with :
473473 name : Python-Installer-windows-signed
474474 path : installer-signed
475475
476- - uses : actions/download-artifact@v5
476+ - uses : actions/download-artifact@v6
477477 with :
478478 name : Python-Installer-windows
479479 path : installer
480480
481- - uses : actions/download-artifact@v5
481+ - uses : actions/download-artifact@v6
482482 with :
483483 name : Python-Installer-ubuntu_24.04
484484 path : installer
485485
486- - uses : actions/download-artifact@v5
486+ - uses : actions/download-artifact@v6
487487 with :
488488 name : Python-Installer-ubuntu_22.04
489489 path : installer
490490
491- - uses : actions/download-artifact@v5
491+ - uses : actions/download-artifact@v6
492492 with :
493493 name : Python-Installer-centos_stream9
494494 path : installer
495495
496- - uses : actions/download-artifact@v5
496+ - uses : actions/download-artifact@v6
497497 with :
498498 name : Python-Installer-fedora_40
499499 path : installer
0 commit comments