@@ -155,41 +155,11 @@ jobs:
155155 just tar-headers
156156 just tar-static-lib
157157
158- - name : Download benchmarks (Windows hyperv amd)
158+ - name : Download all benchmarks
159159 uses : actions/download-artifact@v4
160160 with :
161- name : benchmarks_Windows_none_amd
162- path : benchmarks_Windows_none_amd
163-
164- - name : Download benchmarks (Linux hyperv amd)
165- uses : actions/download-artifact@v4
166- with :
167- name : benchmarks_Linux_hyperv_amd
168- path : benchmarks_Linux_hyperv_amd
169-
170- - name : Download benchmarks (Linux kvm amd)
171- uses : actions/download-artifact@v4
172- with :
173- name : benchmarks_Linux_kvm_amd
174- path : benchmarks_Linux_kvm_amd
175-
176- - name : Download benchmarks (Windows hyperv intel)
177- uses : actions/download-artifact@v4
178- with :
179- name : benchmarks_Windows_none_intel
180- path : benchmarks_Windows_none_intel
181-
182- - name : Download benchmarks (Linux hyperv intel)
183- uses : actions/download-artifact@v4
184- with :
185- name : benchmarks_Linux_hyperv_intel
186- path : benchmarks_Linux_hyperv_intel
187-
188- - name : Download benchmarks (Linux kvm intel)
189- uses : actions/download-artifact@v4
190- with :
191- name : benchmarks_Linux_kvm_intel
192- path : benchmarks_Linux_kvm_intel
161+ pattern : benchmarks_*
162+ # note: artifacts retain their upload name, so we don't have to specify the path
193163
194164 - name : Archive benchmarks
195165 run : |
0 commit comments