Skip to content

Commit 11704d2

Browse files
authored
Update matlabact.yml
1 parent a662ad6 commit 11704d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/matlabact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
code-coverage-cobertura: code-coverage/coverage.xml
3939

4040
- name: Upload Test Results Artifact
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
if: always()
4343
with:
4444
name: matlab-test-results
4545
path: test-results/results.xml
4646

4747
- name: Upload Coverage Artifact
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
if: always()
5050
with:
5151
name: matlab-coverage-report

0 commit comments

Comments
 (0)