File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
args : --output=output/manual-premium.pdf man/manual-premium.md
37
37
38
- - uses : actions/upload-artifact@v3
38
+ - uses : actions/upload-artifact@v4
39
39
with :
40
40
name : output
41
41
path : output
54
54
run : |
55
55
make man
56
56
57
- - uses : actions/upload-artifact@v3
57
+ - uses : actions/upload-artifact@v4
58
58
with :
59
59
name : cppcheck.1
60
60
path : cppcheck.1
Original file line number Diff line number Diff line change 27
27
dry-run : false
28
28
language : c++
29
29
- name : Upload Crash
30
- uses : actions/upload-artifact@v3
30
+ uses : actions/upload-artifact@v4
31
31
if : failure() && steps.build.outcome == 'success'
32
32
with :
33
33
name : artifacts
Original file line number Diff line number Diff line change 56
56
lcov --extract lcov_tmp.info "$(pwd)/*" --output-file lcov.info
57
57
genhtml lcov.info -o coverage_report --frame --legend --demangle-cpp
58
58
59
- - uses : actions/upload-artifact@v3
59
+ - uses : actions/upload-artifact@v4
60
60
with :
61
61
name : Coverage results
62
62
path : coverage_report
Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ jobs:
113
113
# -isystem/usr/lib/clang/17/include
114
114
iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments > iwyu.log
115
115
116
- - uses : actions/upload-artifact@v3
116
+ - uses : actions/upload-artifact@v4
117
117
if : success() || failure()
118
118
with :
119
119
name : Compilation Database
120
120
path : ./cmake.output/compile_commands.json
121
121
122
- - uses : actions/upload-artifact@v3
122
+ - uses : actions/upload-artifact@v4
123
123
if : success() || failure()
124
124
with :
125
125
name : Logs (include-what-you-use)
@@ -182,7 +182,7 @@ jobs:
182
182
# TODO: run multi-threaded
183
183
find $PWD/cli $PWD/lib $PWD/test $PWD/gui -maxdepth 1 -name "*.cpp" | xargs -t -n 1 clang-include-cleaner-18 --print=changes --extra-arg=-w -p cmake.output > clang-include-cleaner.log 2>&1
184
184
185
- - uses : actions/upload-artifact@v3
185
+ - uses : actions/upload-artifact@v4
186
186
with :
187
187
name : Logs (clang-include-cleaner)
188
188
path : ./*.log
Original file line number Diff line number Diff line change @@ -133,12 +133,12 @@ jobs:
133
133
echo ProductVersion="%PRODUCTVER%" || exit /b !errorlevel!
134
134
msbuild -m cppcheck.wixproj -p:Platform=x64,ProductVersion=%PRODUCTVER%.${{ github.run_number }} || exit /b !errorlevel!
135
135
136
- - uses : actions/upload-artifact@v3
136
+ - uses : actions/upload-artifact@v4
137
137
with :
138
138
name : installer
139
139
path : win_installer/Build/
140
140
141
- - uses : actions/upload-artifact@v3
141
+ - uses : actions/upload-artifact@v4
142
142
with :
143
143
name : deploy
144
144
path : win_installer\files
@@ -162,7 +162,7 @@ jobs:
162
162
del win_installer\files\Qt5Svg.dll || exit /b !errorlevel!
163
163
del win_installer\files\vc_redist.x64.exe || exit /b !errorlevel!
164
164
165
- - uses : actions/upload-artifact@v3
165
+ - uses : actions/upload-artifact@v4
166
166
with :
167
167
name : portable
168
168
path : win_installer\files
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
env :
130
130
DISABLE_VALUEFLOW : 1
131
131
132
- - uses : actions/upload-artifact@v3
132
+ - uses : actions/upload-artifact@v4
133
133
with :
134
134
name : Callgrind Output
135
135
path : ./callgrind.*
Original file line number Diff line number Diff line change 55
55
# env:
56
56
# DEBUGINFOD_URLS: https://debuginfod.ubuntu.com
57
57
58
- - uses : actions/upload-artifact@v3
58
+ - uses : actions/upload-artifact@v4
59
59
if : success() || failure()
60
60
with :
61
61
name : Logs
You can’t perform that action at this time.
0 commit comments