We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32092c commit dc1eb10Copy full SHA for dc1eb10
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
cp *.mltbx toolbox
60
61
- name: Save generated .mltbx file
62
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
63
with:
64
name: TransceiverToolboxInstaller
65
path: toolbox
.github/workflows/doc.yml
@@ -10,10 +10,10 @@ jobs:
10
- uses: actions/checkout@v2
11
12
submodules: recursive
13
- - name: Set up Python 3.7
+ - name: Set up Python 3.9
14
uses: actions/setup-python@v2
15
16
- python-version: 3.7
+ python-version: 3.9
17
18
- name: Set up MATLAB
19
uses: matlab-actions/setup-matlab@v2
0 commit comments