File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ${{ matrix.os }}
25
25
strategy :
26
26
matrix :
27
- os : ['ubuntu-18.04 ']
27
+ os : ['ubuntu-latest ']
28
28
python-version : [3.8]
29
29
nipype-extras : ['dev']
30
30
check : ['specs', 'style']
@@ -38,12 +38,12 @@ jobs:
38
38
CI_SKIP_TEST : 1
39
39
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
with :
43
43
submodules : recursive
44
44
fetch-depth : 0
45
45
- name : Set up Python ${{ matrix.python-version }}
46
- uses : actions/setup-python@v2
46
+ uses : actions/setup-python@v4
47
47
with :
48
48
python-version : ${{ matrix.python-version }}
49
49
- name : Display Python version
@@ -64,12 +64,12 @@ jobs:
64
64
- name : Run tests
65
65
run : tools/ci/check.sh
66
66
if : ${{ matrix.check != 'skiptests' }}
67
- - uses : codecov/codecov-action@v1
67
+ - uses : codecov/codecov-action@v3
68
68
with :
69
69
file : coverage.xml
70
70
if : ${{ always() }}
71
71
- name : Upload pytest test results
72
- uses : actions/upload-artifact@v2
72
+ uses : actions/upload-artifact@v3
73
73
with :
74
74
name : pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
75
75
path : test-results.xml
Original file line number Diff line number Diff line change 26
26
- os : ubuntu-latest
27
27
python-version : 3.8
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
- name : Set up Python ${{ matrix.python-version }}
31
- uses : actions/setup-python@v2
31
+ uses : actions/setup-python@v4
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
- name : Display Python version
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ jobs:
54
54
CI_SKIP_TEST : 1
55
55
56
56
steps :
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v3
58
58
with :
59
59
submodules : recursive
60
60
fetch-depth : 0
61
61
- name : Set up Python ${{ matrix.python-version }}
62
- uses : actions/setup-python@v2
62
+ uses : actions/setup-python@v4
63
63
with :
64
64
python-version : ${{ matrix.python-version }}
65
65
- name : Display Python version
@@ -80,12 +80,12 @@ jobs:
80
80
- name : Run tests
81
81
run : tools/ci/check.sh
82
82
if : ${{ matrix.check != 'skiptests' }}
83
- - uses : codecov/codecov-action@v1
83
+ - uses : codecov/codecov-action@v3
84
84
with :
85
85
file : coverage.xml
86
86
if : ${{ always() }}
87
87
- name : Upload pytest test results
88
- uses : actions/upload-artifact@v2
88
+ uses : actions/upload-artifact@v3
89
89
with :
90
90
name : pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
91
91
path : test-results.xml
You can’t perform that action at this time.
0 commit comments