File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 fuzz-seconds : 600
2727 dry-run : false
2828 - name : Upload Crash
29- uses : actions/upload-artifact@v6
29+ uses : actions/upload-artifact@v7
3030 if : failure() && steps.build.outcome == 'success'
3131 with :
3232 name : artifacts
Original file line number Diff line number Diff line change 4646 mkdir corpus
4747 LSAN_OPTIONS=suppressions=../fuzz/knownleaks.txt ./bin/${{matrix.fuzz_target}} corpus ../test/data/ -dict=../fuzz/exiv2.dict -jobs=$(nproc) -workers=$(nproc) -max_len=4096 -max_total_time=120
4848
49- - uses : actions/upload-artifact@v6
49+ - uses : actions/upload-artifact@v7
5050 with :
5151 name : exiv2-${{ matrix.fuzz_target }}
5252 path : |
Original file line number Diff line number Diff line change 5757 pvs-studio-analyzer analyze -l PVS_license.lic -o pvsStudio.log -j4 --disableLicenseExpirationCheck
5858 plog-converter -a GA:1,2 -d V1042 -t fullhtml pvsStudio.log -o pvsReportHtml
5959
60- - uses : actions/upload-artifact@v6
60+ - uses : actions/upload-artifact@v7
6161 with :
6262 name : static_analysis
6363 path : build/pvsReportHtml
Original file line number Diff line number Diff line change 5656 with :
5757 subject-path : ./build/exiv2-*.tar.gz
5858
59- - uses : actions/upload-artifact@v6
59+ - uses : actions/upload-artifact@v7
6060 with :
6161 name : exiv2-${{ matrix.runner.arch }}-${{ matrix.runner.os }}
6262 path : ./build/exiv2-*.tar.gz
@@ -102,7 +102,7 @@ jobs:
102102 with :
103103 subject-path : ./build/exiv2-*.tar.gz
104104
105- - uses : actions/upload-artifact@v6
105+ - uses : actions/upload-artifact@v7
106106 with :
107107 name : exiv2-${{ matrix.runner.arch }}-${{ matrix.runner.os }}
108108 path : ./build/exiv2-*.tar.gz
@@ -166,7 +166,7 @@ jobs:
166166 with :
167167 subject-path : ./build/exiv2-*.zip
168168
169- - uses : actions/upload-artifact@v6
169+ - uses : actions/upload-artifact@v7
170170 with :
171171 name : exiv2-${{ matrix.runner.arch }}-${{ matrix.runner.os }}
172172 path : ./build/exiv2-*.zip
You can’t perform that action at this time.
0 commit comments