File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
run : cppcheck-htmlreport --title=BrainFlow --file=cppcheck_res.xml --report-dir=report
22
22
- name : Upload Report
23
23
if : ${{ failure() }}
24
- uses : actions/upload-artifact@v1
24
+ uses : actions/upload-artifact@v3
25
25
with :
26
26
name : report
27
27
path : report
Original file line number Diff line number Diff line change 46
46
47
47
# Start Deploy Stage
48
48
- name : Upload ${{ matrix.build_type }} ${{ matrix.arch }} with MSVC runtime ${{ matrix.msvc_runtime }}
49
- uses : actions/upload-artifact@v2
49
+ uses : actions/upload-artifact@v3
50
50
with :
51
51
name : compiled_libs
52
52
path : artifacts
@@ -104,7 +104,7 @@ jobs:
104
104
env :
105
105
BUILD : ${{ matrix.build_type }}
106
106
- name : Upload Artifacts
107
- uses : actions/upload-artifact@v2
107
+ uses : actions/upload-artifact@v3
108
108
with :
109
109
name : compiled_libs
110
110
path : artifacts
Original file line number Diff line number Diff line change 50
50
env :
51
51
VERSION : ${{ github.event.inputs.version }}
52
52
- name : Upload Julia Diff
53
- uses : actions/upload-artifact@v1
53
+ uses : actions/upload-artifact@v3
54
54
with :
55
55
name : julia.patch
56
56
path : julia.patch
You can’t perform that action at this time.
0 commit comments