2525 submodules : recursive
2626
2727 - name : Setup Node.js with npm
28- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
28+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
2929 with :
3030 check-latest : true
3131 node-version : ${{ env.NODE_JS_VERSION }}
4343 run : npm run-script deploy --no-progress --prefix ASF-ui
4444
4545 - name : Upload ASF-ui
46- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4747 with :
4848 compression-level : 1
4949 if-no-files-found : error
9595 run : dotnet --info
9696
9797 - name : Download previously built ASF-ui
98- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
98+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
9999 with :
100100 name : ASF-ui
101101 path : ASF-ui/dist
@@ -367,7 +367,7 @@ jobs:
367367 subject-path : out/ASF-${{ matrix.variant }}.zip
368368
369369 - name : Upload ASF-${{ matrix.variant }}
370- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
370+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
371371 with :
372372 compression-level : 1
373373 if-no-files-found : error
@@ -416,7 +416,7 @@ jobs:
416416
417417 - name : Upload ArchiSteamFarm.OfficialPlugins.Monitoring
418418 if : ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
419- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
419+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
420420 with :
421421 compression-level : 1
422422 if-no-files-found : error
@@ -441,55 +441,55 @@ jobs:
441441 show-progress : false
442442
443443 - name : Download ASF-generic artifact from ubuntu-latest
444- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
444+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
445445 with :
446446 name : ubuntu-latest_ASF-generic
447447 path : out
448448
449449 - name : Download ASF-linux-arm artifact from ubuntu-latest
450- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
450+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
451451 with :
452452 name : ubuntu-latest_ASF-linux-arm
453453 path : out
454454
455455 - name : Download ASF-linux-arm64 artifact from ubuntu-latest
456- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
456+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
457457 with :
458458 name : ubuntu-latest_ASF-linux-arm64
459459 path : out
460460
461461 - name : Download ASF-linux-x64 artifact from ubuntu-latest
462- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
462+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
463463 with :
464464 name : ubuntu-latest_ASF-linux-x64
465465 path : out
466466
467467 - name : Download ASF-osx-arm64 artifact from macos-latest
468- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
468+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
469469 with :
470470 name : macos-latest_ASF-osx-arm64
471471 path : out
472472
473473 - name : Download ASF-osx-x64 artifact from macos-latest
474- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
474+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
475475 with :
476476 name : macos-latest_ASF-osx-x64
477477 path : out
478478
479479 - name : Download ASF-win-arm64 artifact from windows-latest
480- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
480+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
481481 with :
482482 name : windows-latest_ASF-win-arm64
483483 path : out
484484
485485 - name : Download ASF-win-x64 artifact from windows-latest
486- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
486+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
487487 with :
488488 name : windows-latest_ASF-win-x64
489489 path : out
490490
491491 - name : Download ArchiSteamFarm.OfficialPlugins.Monitoring artifact
492- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
492+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
493493 with :
494494 name : ArchiSteamFarm.OfficialPlugins.Monitoring
495495 path : out
@@ -514,7 +514,7 @@ jobs:
514514 subject-path : out/SHA512SUMS
515515
516516 - name : Upload SHA512SUMS
517- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
517+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
518518 with :
519519 compression-level : 1
520520 if-no-files-found : error
@@ -527,7 +527,7 @@ jobs:
527527 subject-path : out/SHA512SUMS.sign
528528
529529 - name : Upload SHA512SUMS.sign
530- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
530+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
531531 with :
532532 compression-level : 1
533533 if-no-files-found : error
0 commit comments