File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 run : cppcheck-htmlreport --title=BrainFlow --file=cppcheck_res.xml --report-dir=report
2222 - name : Upload Report
2323 if : ${{ failure() }}
24- uses : actions/upload-artifact@v1
24+ uses : actions/upload-artifact@v3
2525 with :
2626 name : report
2727 path : report
Original file line number Diff line number Diff line change 4646
4747 # Start Deploy Stage
4848 - 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
5050 with :
5151 name : compiled_libs
5252 path : artifacts
@@ -104,7 +104,7 @@ jobs:
104104 env :
105105 BUILD : ${{ matrix.build_type }}
106106 - name : Upload Artifacts
107- uses : actions/upload-artifact@v2
107+ uses : actions/upload-artifact@v3
108108 with :
109109 name : compiled_libs
110110 path : artifacts
Original file line number Diff line number Diff line change 5050 env :
5151 VERSION : ${{ github.event.inputs.version }}
5252 - name : Upload Julia Diff
53- uses : actions/upload-artifact@v1
53+ uses : actions/upload-artifact@v3
5454 with :
5555 name : julia.patch
5656 path : julia.patch
You can’t perform that action at this time.
0 commit comments