File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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@v3
24+ uses : actions/upload-artifact@v4
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@v3
49+ uses : actions/upload-artifact@v4
5050 with :
51- name : compiled_libs
51+ name : compiled_libs_${{ matrix.arch }}_${{ matrix.build_type }}_${{ matrix.msvc_runtime }}
5252 path : artifacts
5353
5454 CppUnix :
@@ -104,7 +104,7 @@ jobs:
104104 env :
105105 BUILD : ${{ matrix.build_type }}
106106 - name : Upload Artifacts
107- uses : actions/upload-artifact@v3
107+ uses : actions/upload-artifact@v4
108108 with :
109- name : compiled_libs
109+ name : compiled_libs_${{ matrix.os }}_${{ matrix.build_type }}
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@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : julia.patch
5656 path : julia.patch
You can’t perform that action at this time.
0 commit comments