diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7de0cce..8020f8f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -67,7 +67,7 @@ jobs: # in dir "src", try to build the mex file with help of the artifact # and verify it works as inteded (by test_whamp_module.m) - name: Run commands - uses: matlab-actions/run-command@v2 + uses: matlab-actions/run-command@v3 with: command: cd('src'); mex -R2017b libwhamp.a mexwhamp.F; movefile('mexwhamp.mexa64', '../matlab/+whamp/mexwhamp.mexa64'); cd('../matlab'); addpath(pwd); test=whamp.test_whamp_module; assertSuccess(test.run);