File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555
5656 - name : Upload crash artifacts
5757 if : failure()
58- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
58+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5959 with :
6060 name : fuzz-crashes-${{ matrix.fuzz-target }}
6161 path : |
Original file line number Diff line number Diff line change 2828 echo "hashes=$(sha256sum XposedOrNot-API-*.tar.gz | base64 -w0)" >> "$GITHUB_OUTPUT"
2929
3030 - name : Upload artifacts
31- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
31+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3232 with :
3333 name : release-artifacts
3434 path : XposedOrNot-API-*.tar.gz
Original file line number Diff line number Diff line change 3232 publish_results : true
3333
3434 - name : " Upload artifact"
35- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
35+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3636 with :
3737 name : SARIF file
3838 path : results.sarif
You can’t perform that action at this time.
0 commit comments