Skip to content

Commit 6222131

Browse files
Miscellaneous fixes
1 parent c0ef382 commit 6222131

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212
with:
1313
submodules: recursive
14-
- name: Set up Python 3.10
14+
- name: Set up Python '3.10'
1515
uses: actions/setup-python@v2
1616
with:
1717
python-version: '3.10'
@@ -36,7 +36,7 @@ jobs:
3636
cp *.mltbx toolbox
3737
3838
- name: Save generated .mltbx file
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: HighSpeedConverterToolboxInstaller
4242
path: toolbox

.github/workflows/doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
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
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.7
14+
python-version: 3.10
1515

1616
- name: Install dependencies
1717
run: |

.github/workflows/vale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ jobs:
44
Vale:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: actions/setup-python@v1
7+
- uses: actions/checkout@v4
8+
- uses: actions/setup-python@v4
99
with:
10-
python-version: '3.8'
10+
python-version: '3.10'
1111
architecture: x64
1212
- name: Install dependencies
1313
run: |

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ node('docker') {
138138
if (env.BRANCH_NAME == 'master') {
139139
cstage('Deploy Production', "", flags) {
140140
local_unstash('builtSources', '', false)
141-
uploadFTP('HighSpeedConverterToolbox','*.mltbx')
141+
uploadArtifactory('HighSpeedConverterToolbox','*.mltbx')
142142
}
143143
}
144144
}

0 commit comments

Comments
 (0)