Skip to content

Commit 583047a

Browse files
Update workflow.yml
1 parent acae715 commit 583047a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5.0.0-beta
7+
- uses: actions/checkout@v4
88
- uses: matlab-actions/setup-matlab@v2
99
- uses: matlab-actions/run-tests@v2
1010
with:
@@ -13,4 +13,4 @@ jobs:
1313
- uses: codecov/[email protected]
1414
with:
1515
file: coverage.xml
16-
token: ${{ secrets.CODECOV_TOKEN }}
16+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)