File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 74
74
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
75
75
76
76
- name : " Upload Coverage 🚀"
77
- uses : actions/upload-artifact@v3
77
+ uses : actions/upload-artifact@v4
78
78
if : ${{ always() && steps.setup-python.outcome == 'success' }}
79
79
with :
80
80
name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change 76
76
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
77
77
78
78
- name : " Upload Coverage 🚀"
79
- uses : actions/upload-artifact@v3
79
+ uses : actions/upload-artifact@v4
80
80
if : ${{ always() && steps.setup-python.outcome == 'success' }}
81
81
with :
82
82
name : " coverage-${{ matrix.config.python-version }}"
@@ -101,7 +101,7 @@ jobs:
101
101
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
102
102
103
103
- name : " Download Coverage 🪂"
104
- uses : actions/download-artifact@v3
104
+ uses : actions/download-artifact@v4
105
105
with :
106
106
path : coverage
107
107
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
- name : " Upload Combined Coverage Artefact 🚀"
121
121
if : ${{ steps.show.outcome != 'failure' }}
122
- uses : actions/upload-artifact@v3
122
+ uses : actions/upload-artifact@v4
123
123
with :
124
124
name : " combined-coverage"
125
125
path : .coverage
Original file line number Diff line number Diff line change 73
73
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
74
74
75
75
- name : " Upload Coverage 🚀"
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
if : ${{ always() && steps.setup-python.outcome == 'success' }}
78
78
with :
79
79
name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change @@ -99,4 +99,4 @@ known_third_party = [
99
99
" yapf_isort" ,
100
100
" ytools3" ,
101
101
]
102
- known_first_party = " repo_helper"
102
+ known_first_party = [ " repo_helper" ,]
You can’t perform that action at this time.
0 commit comments