File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5858
5959 # Upload the fuzzer output
6060 - name : Archive fuzz tar
61- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
61+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6262 with :
6363 name : fuzz_tar
6464 path : fuzz.tar
7070 strategy :
7171 matrix : ${{ fromJSON(needs.DetermineMatrix.outputs.matrix) }}
7272 steps :
73- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
73+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
7474 with :
7575 name : fuzz_tar
7676 - name : Unpack fuzzer ${{ matrix.fuzzer }}
8686 fuzz-seconds : 120
8787 dry-run : false
8888 - name : Upload Crash
89- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
89+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
9090 if : ${{ failure() }}
9191 with :
9292 name : artifacts
You can’t perform that action at this time.
0 commit comments