7373 targets : ${{ matrix.settings.target }}
7474
7575 - name : Cache cargo registry
76- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
76+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
7777 with :
7878 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
7979
@@ -134,7 +134,7 @@ jobs:
134134 run : 7z a ./bws-${{ matrix.settings.target }}-%_PACKAGE_VERSION%.zip ./target/${{ matrix.settings.target }}/release/bws.exe
135135
136136 - name : Upload artifact
137- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
137+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
138138 with :
139139 name : bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
140140 path : ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -172,7 +172,7 @@ jobs:
172172 targets : ${{ matrix.settings.target }}
173173
174174 - name : Cache cargo registry
175- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
175+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
176176 with :
177177 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
178178
@@ -260,7 +260,7 @@ jobs:
260260 xcrun notarytool submit "./bws-${{ matrix.settings.target }}-${_PACKAGE_VERSION}.zip" --keychain-profile "notarytool-profile" --wait
261261
262262 - name : Upload artifact
263- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
263+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
264264 with :
265265 name : bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
266266 path : ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -307,7 +307,7 @@ jobs:
307307 version : 0.15.1
308308
309309 - name : Cache cargo registry
310- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
310+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
311311 with :
312312 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
313313
@@ -323,7 +323,7 @@ jobs:
323323 run : zip -j "./bws-${{ matrix.settings.target }}-${_PACKAGE_VERSION}.zip" ./target/${{ matrix.settings.target }}/release/bws
324324
325325 - name : Upload artifact
326- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
326+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
327327 with :
328328 name : bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
329329 path : ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -445,7 +445,7 @@ jobs:
445445 xcrun notarytool submit "./bws-macos-universal-${_PACKAGE_VERSION}.zip" --keychain-profile "notarytool-profile" --wait
446446
447447 - name : Upload artifact
448- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
448+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
449449 with :
450450 name : bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
451451 path : ./bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
@@ -470,7 +470,7 @@ jobs:
470470 toolchain : stable
471471
472472 - name : Cache cargo registry
473- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
473+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
474474 with :
475475 key : cargo-cli-about
476476
@@ -484,7 +484,7 @@ jobs:
484484 sed -i.bak "s/\$NAME\$/Bitwarden Secrets Manager CLI/g" THIRDPARTY.html
485485
486486 - name : Upload artifact
487- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
487+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
488488 with :
489489 name : THIRDPARTY.html
490490 path : ./crates/bws/THIRDPARTY.html
@@ -508,7 +508,7 @@ jobs:
508508 toolchain : stable
509509
510510 - name : Cache cargo registry
511- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
511+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
512512 with :
513513 key : cargo-cli-manpage
514514
@@ -519,7 +519,7 @@ jobs:
519519 mv "$OUT_DIR/manpages" .
520520
521521 - name : Upload artifact
522- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
522+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
523523 with :
524524 name : manpages
525525 path : ./manpages/*
0 commit comments