We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324d132 commit ce5738aCopy full SHA for ce5738a
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# Sets up R2023b
71
- name: Setup MATLAB
72
- uses: matlab-actions/setup-matlab@v1
+ uses: matlab-actions/setup-matlab@v2
73
with:
74
release: R2023b
75
@@ -82,7 +82,7 @@ jobs:
82
83
# Create the test results badge
84
- name: Run CreateBadge
85
- uses: matlab-actions/run-command@v1
+ uses: matlab-actions/run-command@v2
86
87
command: openProject(pwd); CreateBadge;
88
0 commit comments