Skip to content

Commit dc1eb10

Browse files
committed
Update github action dependencies
Signed-off-by: Travis F. Collins <[email protected]>
1 parent f32092c commit dc1eb10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cp *.mltbx toolbox
6060
6161
- name: Save generated .mltbx file
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: TransceiverToolboxInstaller
6565
path: toolbox

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
submodules: recursive
13-
- name: Set up Python 3.7
13+
- name: Set up Python 3.9
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.7
16+
python-version: 3.9
1717

1818
- name: Set up MATLAB
1919
uses: matlab-actions/setup-matlab@v2

0 commit comments

Comments
 (0)