@@ -163,14 +163,14 @@ jobs:
163
163
matrix.license_type.artifact_prefix }}-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
164
164
165
165
- name : Upload unix zip asset
166
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
166
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
167
167
with :
168
168
name : bw${{ matrix.license_type.artifact_prefix }}-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip
169
169
path : apps/cli/dist/bw${{ matrix.license_type.artifact_prefix }}-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip
170
170
if-no-files-found : error
171
171
172
172
- name : Upload unix checksum asset
173
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
173
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
174
174
with :
175
175
name : bw${{ matrix.license_type.artifact_prefix }}-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
176
176
path : apps/cli/dist/bw${{ matrix.license_type.artifact_prefix }}-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -324,22 +324,22 @@ jobs:
324
324
-t sha256 | Out-File -Encoding ASCII ./dist/bw${{ matrix.license_type.artifact_prefix }}-windows-sha256-${env:_PACKAGE_VERSION}.txt
325
325
326
326
- name : Upload windows zip asset
327
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
327
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
328
328
with :
329
329
name : bw${{ matrix.license_type.artifact_prefix }}-windows-${{ env._PACKAGE_VERSION }}.zip
330
330
path : apps/cli/dist/bw${{ matrix.license_type.artifact_prefix }}-windows-${{ env._PACKAGE_VERSION }}.zip
331
331
if-no-files-found : error
332
332
333
333
- name : Upload windows checksum asset
334
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
334
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
335
335
with :
336
336
name : bw${{ matrix.license_type.artifact_prefix }}-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
337
337
path : apps/cli/dist/bw${{ matrix.license_type.artifact_prefix }}-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
338
338
if-no-files-found : error
339
339
340
340
- name : Upload Chocolatey asset
341
341
if : matrix.license_type.build_prefix == 'bit'
342
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
342
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
343
343
with :
344
344
name : bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
345
345
path : apps/cli/dist/chocolatey/bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
@@ -350,7 +350,7 @@ jobs:
350
350
351
351
- name : Upload NPM Build Directory asset
352
352
if : matrix.license_type.build_prefix == 'bit'
353
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
353
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
354
354
with :
355
355
name : bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip
356
356
path : apps/cli/bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip
@@ -421,14 +421,14 @@ jobs:
421
421
run : sudo snap remove bw
422
422
423
423
- name : Upload snap asset
424
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
424
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
425
425
with :
426
426
name : bw_${{ env._PACKAGE_VERSION }}_amd64.snap
427
427
path : apps/cli/dist/snap/bw_${{ env._PACKAGE_VERSION }}_amd64.snap
428
428
if-no-files-found : error
429
429
430
430
- name : Upload snap checksum asset
431
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
431
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
432
432
with :
433
433
name : bw-snap-sha256-${{ env._PACKAGE_VERSION }}.txt
434
434
path : apps/cli/dist/snap/bw-snap-sha256-${{ env._PACKAGE_VERSION }}.txt
0 commit comments