File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -222,27 +222,27 @@ jobs:
222222 - name : Move files to artifacts
223223 run : mv sigma EVTX-ATTACK-SAMPLES chainsaw/
224224 - name : Download build-linux binary
225- uses : actions/download-artifact@v3
225+ uses : actions/download-artifact@v4
226226 with :
227227 name : linux-binary
228228 path : ./chainsaw-linux
229229 - name : Download build-linux-arm binary
230- uses : actions/download-artifact@v3
230+ uses : actions/download-artifact@v4
231231 with :
232232 name : linux-binary-arm
233233 path : ./chainsaw-linux-arm
234234 - name : Download build-win binary
235- uses : actions/download-artifact@v3
235+ uses : actions/download-artifact@v4
236236 with :
237237 name : win-binary
238238 path : ./chainsaw-win
239239 - name : Download build-mac binary
240- uses : actions/download-artifact@v3
240+ uses : actions/download-artifact@v4
241241 with :
242242 name : mac-binary
243243 path : ./chainsaw-mac
244244 - name : Download build-mac-arm binary
245- uses : actions/download-artifact@v3
245+ uses : actions/download-artifact@v4
246246 with :
247247 name : mac-binary-arm
248248 path : ./chainsaw-mac-arm
You can’t perform that action at this time.
0 commit comments