File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 llvm-profdata-14 merge -sparse *.profraw -o res.profdata
139139 llvm-cov-14 show ./c2eo ../src/transpiler/*.cpp -instr-profile=res.profdata > codecov.txt
140140
141- - uses : actions/upload-artifact@v3
141+ - uses : actions/upload-artifact@v5
142142 with :
143143 name : testcuite
144144 path : project/bin/codecov.txt
@@ -172,7 +172,7 @@ jobs:
172172 llvm-profdata-14 merge -sparse *.profraw -o res.profdata
173173 llvm-cov-14 show ./c2eo ../src/transpiler/*.cpp -instr-profile=res.profdata > codecov.txt
174174
175- - uses : actions/upload-artifact@v3
175+ - uses : actions/upload-artifact@v5
176176 with :
177177 name : main
178178 path : project/bin/codecov.txt
@@ -209,13 +209,13 @@ jobs:
209209 - run : mkdir project/bin/
210210
211211 - name : Download test main codecov report
212- uses : actions/download-artifact@v3
212+ uses : actions/download-artifact@v6
213213 with :
214214 name : main
215215 path : project/bin/main/
216216
217217 - name : Download testcuite codecov report
218- uses : actions/download-artifact@v3
218+ uses : actions/download-artifact@v6
219219 with :
220220 name : testcuite
221221 path : project/bin/testcuite/
Original file line number Diff line number Diff line change 4747 - name : Make archive from csmith tests
4848 run : tar -cf csmith.tar.gz ./project/tests/main/csmith
4949
50- - uses : actions/upload-artifact@v3
50+ - uses : actions/upload-artifact@v5
5151 with :
5252 name : csmith
5353 path : csmith.tar.gz
You can’t perform that action at this time.
0 commit comments