@@ -38,37 +38,37 @@ jobs:
38
38
run : pnpm oclif:pack
39
39
40
40
- name : upload darwin arm64
41
- uses : actions/upload-artifact@v4
41
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
42
42
with :
43
43
name : hive-cli-darwin-arm64
44
44
path : ./packages/libraries/cli/dist/*-darwin-arm64.tar.gz
45
45
46
46
- name : upload darwin x64
47
- uses : actions/upload-artifact@v4
47
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
48
48
with :
49
49
name : hive-cli-darwin-x64
50
50
path : ./packages/libraries/cli/dist/*-darwin-x64.tar.gz
51
51
52
52
- name : upload win x64
53
- uses : actions/upload-artifact@v4
53
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
54
54
with :
55
55
name : hive-cli-win-x64
56
56
path : ./packages/libraries/cli/dist/*-win32-x64.tar.gz
57
57
58
58
- name : upload win x86
59
- uses : actions/upload-artifact@v4
59
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
60
60
with :
61
61
name : hive-cli-win-x86
62
62
path : ./packages/libraries/cli/dist/*-win32-x86.tar.gz
63
63
64
64
- name : upload linux arm
65
- uses : actions/upload-artifact@v4
65
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
66
66
with :
67
67
name : hive-cli-linux-arm
68
68
path : ./packages/libraries/cli/dist/*-linux-arm.tar.gz
69
69
70
70
- name : upload linux x64
71
- uses : actions/upload-artifact@v4
71
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
72
72
with :
73
73
name : hive-cli-linux-x64
74
74
path : ./packages/libraries/cli/dist/*-linux-x64.tar.gz
@@ -82,13 +82,13 @@ jobs:
82
82
steps :
83
83
- name : Pull artifact for macos
84
84
if : matrix.os == 'macos-latest'
85
- uses : actions/download-artifact@v4
85
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
86
86
with :
87
87
name : hive-cli-darwin-x64
88
88
89
89
- name : Pull artifact for ubuntu
90
90
if : matrix.os == 'ubuntu-latest'
91
- uses : actions/download-artifact@v4
91
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
92
92
with :
93
93
name : hive-cli-linux-x64
94
94
0 commit comments