File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
# Upload the fuzzer output
36
36
- name : Archive fuzz tar
37
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
37
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
38
38
with :
39
39
name : fuzz_tar
40
40
path : fuzz.tar
63
63
- curl_fuzzer
64
64
- fuzz_url
65
65
steps :
66
- - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4
66
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
67
67
with :
68
68
name : fuzz_tar
69
69
- name : Unpack fuzzer ${{ matrix.fuzzer }}
77
77
fuzz-seconds : 120
78
78
dry-run : false
79
79
- name : Upload Crash
80
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
80
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
81
81
if : failure()
82
82
with :
83
83
name : artifacts
You can’t perform that action at this time.
0 commit comments