Skip to content

Commit 645466d

Browse files
Update bat.yml
1 parent a0b9f71 commit 645466d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/bat.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: Build and Test
22
on: [push]
3+
permissions:
4+
contents: read
35

46
jobs:
57
bat:
68
name: Build and Test
79
runs-on: ubuntu-latest
810
steps:
9-
- uses: actions/checkout@v4
10-
- uses: actions/setup-node@v4
11+
- uses: actions/checkout@v5
12+
- uses: actions/setup-node@v5
1113
with:
1214
node-version: 20
1315
- name: Perform npm tasks
@@ -65,7 +67,7 @@ jobs:
6567
check-matlab: matlabVer = ver('matlab'); assert(strcmp(matlabVer.Release,'(R2023a)'));
6668
check-toolbox: symbolicVer = ver('symbolic'); assert(strcmp(symbolicVer.Release,'(R2023a)'));
6769
steps:
68-
- uses: actions/download-artifact@v4
70+
- uses: actions/download-artifact@v5
6971
with:
7072
name: built-action
7173
- name: Install selected products

0 commit comments

Comments
 (0)