File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
run : make unit-test
71
71
72
72
- name : Upload Coverage Report
73
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
73
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
74
74
with :
75
75
name : cover-${{ github.run_id }}.html
76
76
path : |
Original file line number Diff line number Diff line change 48
48
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
49
49
# format to the repository Actions tab.
50
50
- name : " Upload artifact"
51
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
51
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
52
52
with :
53
53
name : SARIF file
54
54
path : results.sarif
You can’t perform that action at this time.
0 commit comments