There was an error while loading. Please reload this page.
1 parent a0b9f71 commit 645466dCopy full SHA for 645466d
1 file changed
.github/workflows/bat.yml
@@ -1,13 +1,15 @@
1
name: Build and Test
2
on: [push]
3
+permissions:
4
+ contents: read
5
6
jobs:
7
bat:
8
9
runs-on: ubuntu-latest
10
steps:
- - uses: actions/checkout@v4
- - uses: actions/setup-node@v4
11
+ - uses: actions/checkout@v5
12
+ - uses: actions/setup-node@v5
13
with:
14
node-version: 20
15
- name: Perform npm tasks
@@ -65,7 +67,7 @@ jobs:
65
67
check-matlab: matlabVer = ver('matlab'); assert(strcmp(matlabVer.Release,'(R2023a)'));
66
68
check-toolbox: symbolicVer = ver('symbolic'); assert(strcmp(symbolicVer.Release,'(R2023a)'));
69
- - uses: actions/download-artifact@v4
70
+ - uses: actions/download-artifact@v5
71
72
name: built-action
73
- name: Install selected products
0 commit comments