Skip to content

Commit 8b79bd5

Browse files
authored
Update to R2024b (#31)
* Update the API version in the GitHub Actions setup. * Generate new Markdown files from Live scripts in R2024b. * Update Vehicle1D component to test exported Markdown files are up to date.
1 parent a2e7053 commit 8b79bd5

File tree

413 files changed

+12455
-11662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

413 files changed

+12455
-11662
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: CI using MATLAB
1515

1616
on:
1717
push:
18-
branches: [ R2024a ]
18+
branches: [ R2024b ]
1919
paths-ignore:
2020
- 'docs/**'
2121
- '**.md'
@@ -25,7 +25,7 @@ on:
2525
- '**.xml'
2626

2727
pull_request:
28-
branches: [ R2024a ]
28+
branches: [ R2024b ]
2929
paths-ignore:
3030
- 'docs/**'
3131
- '**.md'
@@ -41,9 +41,9 @@ on:
4141

4242
jobs:
4343

44-
job-buildtool-23b:
44+
job-buildtool-24b:
4545

46-
name: Test in R2024a
46+
name: Test in R2024b
4747

4848
runs-on: ubuntu-latest
4949

@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup MATLAB
6161
uses: matlab-actions/setup-matlab@v2
6262
with:
63-
release: R2024a
63+
release: R2024b
6464
cache: true
6565
products: |
6666
Simulink
@@ -81,7 +81,7 @@ jobs:
8181
command: openProject(pwd); buildtool CodeIssues CheckProject Test
8282

8383
- name: Upload SARIF file
84-
uses: github/codeql-action/upload-sarif@v2
84+
uses: github/codeql-action/upload-sarif@v3
8585
if: always()
8686
with:
8787
sarif_file: cache/buildtool-results/code-issues.sarif
@@ -95,14 +95,14 @@ jobs:
9595

9696
- name: Upload Test Report
9797
if: always()
98-
uses: actions/upload-artifact@v2
98+
uses: actions/upload-artifact@v4
9999
with:
100100
name: Test Results
101101
path: cache/buildtool-results/test-results.pdf
102102

103103
- name: Upload All Artifacts
104104
if: always()
105-
uses: actions/upload-artifact@v2
105+
uses: actions/upload-artifact@v4
106106
with:
107107
name: All Artifacts
108108
path: cache/buildtool-results

BEV/BEV_main_script.mlx

3.58 KB
Binary file not shown.

BEV/BEV_system_model.mdl

Lines changed: 460 additions & 455 deletions
Large diffs are not rendered by default.
11.2 KB
Binary file not shown.
7.58 KB
Binary file not shown.
35.3 KB
Binary file not shown.
21.4 KB
Binary file not shown.
19.5 KB
Binary file not shown.
19.1 KB
Binary file not shown.
-71.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)