File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
fuzz-seconds : 300
35
35
sanitizer : ${{ matrix.sanitizer }}
36
36
- name : Upload Crash
37
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
37
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
38
38
if : steps.build.outcome == 'success'
39
39
with :
40
40
name : ${{ matrix.sanitizer }}-artifacts
Original file line number Diff line number Diff line change 57
57
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
58
58
# format to the repository Actions tab.
59
59
- name : " Upload artifact"
60
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
60
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
61
61
with :
62
62
name : SARIF file
63
63
path : results.sarif
You can’t perform that action at this time.
0 commit comments