File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
fuzz-seconds : 600
29
29
dry-run : false
30
30
- name : Upload Crash
31
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
31
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
32
32
if : failure()
33
33
with :
34
34
name : artifacts
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
cmake --build out --config Release --target install
103
103
cp LICENSE prefix/bin/LICENSE.brotli
104
104
- name : Upload artifacts
105
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
105
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
106
106
with :
107
107
name : brotli-${{matrix.triplet}}
108
108
path : |
Original file line number Diff line number Diff line change 63
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
64
# format to the repository Actions tab.
65
65
- name : " Upload artifact"
66
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
66
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
You can’t perform that action at this time.
0 commit comments