File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
68
68
69
69
- name : " Upload Coverage 🚀"
70
- uses : actions/upload-artifact@v2
70
+ uses : actions/upload-artifact@v3
71
71
if : ${{ always() && steps.setup-python.outcome == 'success' }}
72
72
with :
73
73
name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change 69
69
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
70
70
71
71
- name : " Upload Coverage 🚀"
72
- uses : actions/upload-artifact@v2
72
+ uses : actions/upload-artifact@v3
73
73
if : ${{ always() && steps.setup-python.outcome == 'success' }}
74
74
with :
75
75
name : " coverage-${{ matrix.config.python-version }}"
94
94
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
95
95
96
96
- name : " Download Coverage 🪂"
97
- uses : actions/download-artifact@v2
97
+ uses : actions/download-artifact@v3
98
98
with :
99
99
path : coverage
100
100
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
- name : " Upload Combined Coverage Artefact 🚀"
114
114
if : ${{ steps.show.outcome != 'failure' }}
115
- uses : actions/upload-artifact@v2
115
+ uses : actions/upload-artifact@v3
116
116
with :
117
117
name : " combined-coverage"
118
118
path : .coverage
Original file line number Diff line number Diff line change 67
67
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
68
68
69
69
- name : " Upload Coverage 🚀"
70
- uses : actions/upload-artifact@v2
70
+ uses : actions/upload-artifact@v3
71
71
if : ${{ always() && steps.setup-python.outcome == 'success' }}
72
72
with :
73
73
name : " coverage-${{ matrix.config.python-version }}"
You can’t perform that action at this time.
0 commit comments