File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
with :
67
67
python-version : 3.9
68
68
- name : Download source distribution
69
- uses : actions/download-artifact@v2
69
+ uses : actions/download-artifact@v4.1.7
70
70
with :
71
71
name : dist
72
72
path : dist
94
94
with :
95
95
python-version : 3.9
96
96
- name : Download wheel distribution
97
- uses : actions/download-artifact@v2
97
+ uses : actions/download-artifact@v4.1.7
98
98
with :
99
99
name : dist
100
100
path : dist
@@ -118,7 +118,7 @@ jobs:
118
118
- test-wheel
119
119
steps :
120
120
- name : Download built distributions
121
- uses : actions/download-artifact@v2
121
+ uses : actions/download-artifact@v4.1.7
122
122
with :
123
123
name : dist
124
124
path : dist
Original file line number Diff line number Diff line change 54
54
- name : Install coverage package
55
55
run : python -m pip install -U coverage
56
56
- name : Download partial coverage reports
57
- uses : actions/download-artifact@v2
57
+ uses : actions/download-artifact@v4.1.7
58
58
with :
59
59
name : coverage
60
60
- name : Combine coverage
You can’t perform that action at this time.
0 commit comments