@@ -22,28 +22,28 @@ jobs:
2222 make
2323 make install
2424 - name : Set up Matlab
25- uses : matlab-actions/setup-matlab@v1
25+ uses : matlab-actions/setup-matlab@v2
2626 - name : Run Signal Processing Test
27- uses : matlab-actions/run-command@v1
27+ uses : matlab-actions/run-command@v2
2828 with :
2929 command : addpath('matlab_package/brainflow'),addpath('matlab_package/brainflow/examples'),addpath('matlab_package/brainflow/inc'),addpath('matlab_package/brainflow/lib'),SignalFiltering
3030 - name : Run Transforms Test
31- uses : matlab-actions/run-command@v1
31+ uses : matlab-actions/run-command@v2
3232 with :
3333 command : addpath('matlab_package/brainflow'),addpath('matlab_package/brainflow/examples'),addpath('matlab_package/brainflow/inc'),addpath('matlab_package/brainflow/lib'),Transforms
3434 - name : Run EEG Mertrics Test
35- uses : matlab-actions/run-command@v1
35+ uses : matlab-actions/run-command@v2
3636 with :
3737 command : addpath('matlab_package/brainflow'),addpath('matlab_package/brainflow/examples'),addpath('matlab_package/brainflow/inc'),addpath('matlab_package/brainflow/lib'),EEGMetrics
3838 - name : Run CSP Test
39- uses : matlab-actions/run-command@v1
39+ uses : matlab-actions/run-command@v2
4040 with :
4141 command : addpath('matlab_package/brainflow'),addpath('matlab_package/brainflow/examples'),addpath('matlab_package/brainflow/inc'),addpath('matlab_package/brainflow/lib'),CSP
4242 - name : Run Spo2 Test
43- uses : matlab-actions/run-command@v1
43+ uses : matlab-actions/run-command@v2
4444 with :
4545 command : addpath('matlab_package/brainflow'),addpath('matlab_package/brainflow/examples'),addpath('matlab_package/brainflow/inc'),addpath('matlab_package/brainflow/lib'),Spo2
4646 - name : Run ICA Test
47- uses : matlab-actions/run-command@v1
47+ uses : matlab-actions/run-command@v2
4848 with :
4949 command : addpath('matlab_package/brainflow'),addpath('matlab_package/brainflow/examples'),addpath('matlab_package/brainflow/inc'),addpath('matlab_package/brainflow/lib'),ICA
0 commit comments