@@ -268,7 +268,7 @@ jobs:
268268 fi
269269
270270 - name : Upload unix zip asset
271- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
271+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
272272 with :
273273 name : bw${{ matrix.license_type.artifact_prefix }}-${{ env.LOWER_RUNNER_OS }}${{ matrix.os.target_suffix }}-${{ env._PACKAGE_VERSION }}.zip
274274 path : apps/cli/dist/bw${{ matrix.license_type.artifact_prefix }}-${{ env.LOWER_RUNNER_OS }}${{ matrix.os.target_suffix }}-${{ env._PACKAGE_VERSION }}.zip
@@ -482,15 +482,15 @@ jobs:
482482 }
483483
484484 - name : Upload windows zip asset
485- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
485+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
486486 with :
487487 name : bw${{ matrix.license_type.artifact_prefix }}-windows-${{ env._PACKAGE_VERSION }}.zip
488488 path : apps/cli/dist/bw${{ matrix.license_type.artifact_prefix }}-windows-${{ env._PACKAGE_VERSION }}.zip
489489 if-no-files-found : error
490490
491491 - name : Upload Chocolatey asset
492492 if : matrix.license_type.build_prefix == 'bit'
493- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
493+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
494494 with :
495495 name : bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
496496 path : apps/cli/dist/chocolatey/bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
@@ -503,7 +503,7 @@ jobs:
503503
504504 - name : Upload NPM Build Directory asset
505505 if : matrix.license_type.build_prefix == 'bit'
506- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
506+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
507507 with :
508508 name : bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip
509509 path : apps/cli/bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip
@@ -535,7 +535,7 @@ jobs:
535535 echo "BW Package Version: $_PACKAGE_VERSION"
536536
537537 - name : Get bw linux cli
538- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
538+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
539539 with :
540540 name : bw-linux-${{ env._PACKAGE_VERSION }}.zip
541541 path : apps/cli/dist/snap
@@ -572,7 +572,7 @@ jobs:
572572 run : sudo snap remove bw
573573
574574 - name : Upload snap asset
575- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
575+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
576576 with :
577577 name : bw_${{ env._PACKAGE_VERSION }}_amd64.snap
578578 path : apps/cli/dist/snap/bw_${{ env._PACKAGE_VERSION }}_amd64.snap
0 commit comments