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 @@ -192,7 +192,7 @@ jobs:
192
192
make clean dist
193
193
194
194
- name : Upload build artifact
195
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
195
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
196
196
with :
197
197
name : Lychee.zip
198
198
path : Lychee.zip
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191
191
make clean dist
192
192
193
193
- name : Upload a Build Artifact
194
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
194
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
195
195
with :
196
196
name : Lychee-No-Legacy.zip
197
197
path : Lychee.zip
Original file line number Diff line number Diff line change 64
64
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
65
65
# format to the repository Actions tab.
66
66
- name : " Upload artifact"
67
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
67
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
68
68
with :
69
69
name : SARIF file
70
70
path : results.sarif
You can’t perform that action at this time.
0 commit comments