File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v3
12
12
with :
13
13
submodules : recursive
14
- - name : Set up Python 3.10
14
+ - name : Set up Python ' 3.10'
15
15
uses : actions/setup-python@v2
16
16
with :
17
17
python-version : ' 3.10'
36
36
cp *.mltbx toolbox
37
37
38
38
- name : Save generated .mltbx file
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : HighSpeedConverterToolboxInstaller
42
42
path : toolbox
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - name : Set up Python 3.7
10
+ - uses : actions/checkout@v4
11
+ - name : Set up Python 3.10
12
12
uses : actions/setup-python@v2
13
13
with :
14
- python-version : 3.7
14
+ python-version : 3.10
15
15
16
16
- name : Install dependencies
17
17
run : |
Original file line number Diff line number Diff line change 4
4
Vale :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v2
8
- - uses : actions/setup-python@v1
7
+ - uses : actions/checkout@v4
8
+ - uses : actions/setup-python@v4
9
9
with :
10
- python-version : ' 3.8 '
10
+ python-version : ' 3.10 '
11
11
architecture : x64
12
12
- name : Install dependencies
13
13
run : |
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ node('docker') {
138
138
if (env. BRANCH_NAME == ' master' ) {
139
139
cstage(' Deploy Production' , " " , flags) {
140
140
local_unstash(' builtSources' , ' ' , false )
141
- uploadFTP (' HighSpeedConverterToolbox' ,' *.mltbx' )
141
+ uploadArtifactory (' HighSpeedConverterToolbox' ,' *.mltbx' )
142
142
}
143
143
}
144
144
}
You can’t perform that action at this time.
0 commit comments