1 parent a662ad6 commit 11704d2Copy full SHA for 11704d2
1 file changed
.github/workflows/matlabact.yml
@@ -38,14 +38,14 @@ jobs:
38
code-coverage-cobertura: code-coverage/coverage.xml
39
40
- name: Upload Test Results Artifact
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
if: always()
43
with:
44
name: matlab-test-results
45
path: test-results/results.xml
46
47
- name: Upload Coverage Artifact
48
49
50
51
name: matlab-coverage-report
0 commit comments