From 4edeec14395c91c755c9b5bf6f32c1931ed36351 Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Wed, 31 Jan 2024 09:28:08 -0500 Subject: [PATCH] Try using run-tests@v1 --- .github/workflows/matlab.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index eceeb551a0653..3be1322ab4370 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -85,7 +85,7 @@ jobs: # Add the installation directory to the MATLAB Search Path by # setting the MATLABPATH environment variable. MATLABPATH: matlab/install/arrow_matlab - uses: matlab-actions/run-tests@v2 + uses: matlab-actions/run-tests@v1 with: select-by-folder: matlab/test macos: @@ -125,7 +125,7 @@ jobs: # Add the installation directory to the MATLAB Search Path by # setting the MATLABPATH environment variable. MATLABPATH: matlab/install/arrow_matlab - uses: matlab-actions/run-tests@v2 + uses: matlab-actions/run-tests@v1 with: select-by-folder: matlab/test windows: @@ -171,6 +171,6 @@ jobs: # Add the installation directory to the MATLAB Search Path by # setting the MATLABPATH environment variable. MATLABPATH: matlab/install/arrow_matlab - uses: matlab-actions/run-tests@v2 + uses: matlab-actions/run-tests@v1 with: select-by-folder: matlab/test