File tree Expand file tree Collapse file tree 2 files changed +7
-24
lines changed Expand file tree Collapse file tree 2 files changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -69,19 +69,10 @@ jobs:
69
69
70
70
- uses : actions/download-artifact@v4
71
71
with :
72
- name : wheels-macos-12
72
+ pattern : wheels-*
73
73
path : dist
74
+ merge-multiple : true
74
75
75
- - uses : actions/download-artifact@v4
76
- with :
77
- name : wheels-windows-2022
78
- path : dist
79
-
80
- - uses : actions/download-artifact@v4
81
- with :
82
- name : wheels-ubuntu-20.04
83
- path : dist
84
-
85
76
- name : Check SDist
86
77
run : |
87
78
mkdir -p test-sdist
@@ -108,18 +99,9 @@ jobs:
108
99
109
100
- uses : actions/download-artifact@v4
110
101
with :
111
- name : wheels-macos-12
112
- path : dist
113
-
114
- - uses : actions/download-artifact@v4
115
- with :
116
- name : wheels-windows-2022
117
- path : dist
118
-
119
- - uses : actions/download-artifact@v4
120
- with :
121
- name : wheels-ubuntu-20.04
102
+ pattern : wheels-*
122
103
path : dist
104
+ merge-multiple : true
123
105
124
106
125
107
with :
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
- name : Upload coverage file
190
190
uses : actions/upload-artifact@v4
191
191
with :
192
- name : coverage
192
+ name : coverage-${{ steps.matrix-id.outputs.id }}
193
193
path : coverage/coverage-${{ steps.matrix-id.outputs.id }}.xml
194
194
195
195
benchmarks :
@@ -275,8 +275,9 @@ jobs:
275
275
- name : Download coverage file
276
276
uses : actions/download-artifact@v4
277
277
with :
278
- name : coverage
278
+ pattern : coverage-*
279
279
path : coverage
280
+ merge-multiple : true
280
281
281
282
- name : Upload coverage to Codecov
282
283
uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments