File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
EXTRA_PIP_FLAGS : ${{ matrix.pip-flags }}
36
36
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
39
39
with :
40
40
submodules : recursive
41
41
fetch-depth : 0
42
42
- name : Set up Python ${{ matrix.python-version }}
43
- uses : actions/setup-python@v2
43
+ uses : actions/setup-python@v4
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
architecture : ${{ matrix.architecture }}
63
63
run : tools/ci/submit_coverage.sh
64
64
if : ${{ always() }}
65
65
- name : Upload pytest test results
66
- uses : actions/upload-artifact@v2
66
+ uses : actions/upload-artifact@v3
67
67
with :
68
68
name : pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
69
69
path : for_testing/test-results.xml
Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ jobs:
56
56
EXTRA_PIP_FLAGS : ${{ matrix.pip-flags }}
57
57
58
58
steps :
59
- - uses : actions/checkout@v2
59
+ - uses : actions/checkout@v3
60
60
with :
61
61
submodules : recursive
62
62
fetch-depth : 0
63
63
- name : Set up Python ${{ matrix.python-version }}
64
- uses : actions/setup-python@v2
64
+ uses : actions/setup-python@v4
65
65
with :
66
66
python-version : ${{ matrix.python-version }}
67
67
architecture : ${{ matrix.architecture }}
84
84
run : tools/ci/submit_coverage.sh
85
85
if : ${{ always() }}
86
86
- name : Upload pytest test results
87
- uses : actions/upload-artifact@v2
87
+ uses : actions/upload-artifact@v3
88
88
with :
89
89
name : pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
90
90
path : for_testing/test-results.xml
Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ jobs:
103
103
EXTRA_PIP_FLAGS : ${{ matrix.pip-flags }}
104
104
105
105
steps :
106
- - uses : actions/checkout@v2
106
+ - uses : actions/checkout@v3
107
107
with :
108
108
submodules : recursive
109
109
fetch-depth : 0
110
110
- name : Set up Python ${{ matrix.python-version }}
111
- uses : actions/setup-python@v2
111
+ uses : actions/setup-python@v4
112
112
with :
113
113
python-version : ${{ matrix.python-version }}
114
114
architecture : ${{ matrix.architecture }}
@@ -131,7 +131,7 @@ jobs:
131
131
run : tools/ci/submit_coverage.sh
132
132
if : ${{ always() }}
133
133
- name : Upload pytest test results
134
- uses : actions/upload-artifact@v2
134
+ uses : actions/upload-artifact@v3
135
135
with :
136
136
name : pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
137
137
path : for_testing/test-results.xml
You can’t perform that action at this time.
0 commit comments