From 10248847a720ba9387d5ce065b7fa24fff42a4d7 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Wed, 17 Nov 2021 23:45:52 -0500 Subject: [PATCH] ci: matlab-actions update --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3317f2b..bb4c709 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,10 @@ jobs: - uses: actions/checkout@v2 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v0 + uses: matlab-actions/setup-matlab@v1 - name: Run tests and generate artifacts - uses: matlab-actions/run-tests@v0 + uses: matlab-actions/run-tests@v1 with: test-results-junit: test-results/results.xml code-coverage-cobertura: code-coverage/coverage.xml