Skip to content

Commit acae715

Browse files
chore(ci): upgrade to v5-beta
1 parent 7806879 commit acae715

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,13 +4,13 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5.0.0-beta
88
- uses: matlab-actions/setup-matlab@v2
99
- uses: matlab-actions/run-tests@v2
1010
with:
1111
source-folder: source
1212
code-coverage-cobertura: coverage.xml
13-
- uses: codecov/codecov-action@v4
13+
- uses: codecov/codecov-action@v5.0.0-beta
1414
with:
1515
file: coverage.xml
1616
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)