File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -222,27 +222,27 @@ jobs:
222
222
- name : Move files to artifacts
223
223
run : mv sigma EVTX-ATTACK-SAMPLES chainsaw/
224
224
- name : Download build-linux binary
225
- uses : actions/download-artifact@v3
225
+ uses : actions/download-artifact@v4
226
226
with :
227
227
name : linux-binary
228
228
path : ./chainsaw-linux
229
229
- name : Download build-linux-arm binary
230
- uses : actions/download-artifact@v3
230
+ uses : actions/download-artifact@v4
231
231
with :
232
232
name : linux-binary-arm
233
233
path : ./chainsaw-linux-arm
234
234
- name : Download build-win binary
235
- uses : actions/download-artifact@v3
235
+ uses : actions/download-artifact@v4
236
236
with :
237
237
name : win-binary
238
238
path : ./chainsaw-win
239
239
- name : Download build-mac binary
240
- uses : actions/download-artifact@v3
240
+ uses : actions/download-artifact@v4
241
241
with :
242
242
name : mac-binary
243
243
path : ./chainsaw-mac
244
244
- name : Download build-mac-arm binary
245
- uses : actions/download-artifact@v3
245
+ uses : actions/download-artifact@v4
246
246
with :
247
247
name : mac-binary-arm
248
248
path : ./chainsaw-mac-arm
You can’t perform that action at this time.
0 commit comments