File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
runs-on : macos-14
83
83
84
84
steps :
85
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3 .0
85
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0 .0
86
86
with :
87
87
pattern : unsigned-bin-macos-*
88
88
merge-multiple : true
@@ -135,7 +135,7 @@ jobs:
135
135
echo "$APPLE_API_KEY" | base64 --decode > ${{ env.APPLE_API_KEY_PATH }}
136
136
137
137
- name : Download unsigned binary
138
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3 .0
138
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0 .0
139
139
with :
140
140
name : unsigned-bin-macos-${{ matrix.arch }}
141
141
@@ -215,7 +215,7 @@ jobs:
215
215
node-version : ' 20.10.0'
216
216
217
217
- name : Download compiled binaries
218
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3 .0
218
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0 .0
219
219
with :
220
220
pattern : artifact-bin-*
221
221
merge-multiple : true
@@ -243,7 +243,7 @@ jobs:
243
243
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # 4.4.0
244
244
with :
245
245
node-version : ' 20.10.0'
246
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3 .0
246
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0 .0
247
247
with :
248
248
pattern : artifact-bin-*
249
249
merge-multiple : true
You can’t perform that action at this time.
0 commit comments