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 : 600
35
35
sanitizer : ${{ matrix.sanitizer }}
36
36
- name : Upload Crash
37
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
37
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
60
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.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