File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 6767 python-version : 3.x
6868 - name : Set up QEMU
6969 if : runner.os == 'Linux'
70- uses : docker/setup-qemu-action@v2
70+ uses : docker/setup-qemu-action@v3
7171 with :
7272 platforms : all
7373
@@ -115,23 +115,12 @@ jobs:
115115 with :
116116 name : accel
117117 path : dist
118- - name : Download Accelerate Binary Windows
119- uses : actions/download-artifact@v4.1.7
120- id : download-accelerate-bin-windows
121- with :
122- name : accel-binary-windows-latest
123- path : dist
124- - name : Download Accelerate Binary Ubuntu
125- uses : actions/download-artifact@v4.1.7
126- id : download-accelerate-bin-ubuntu
127- with :
128- name : accel-binary-ubuntu-latest
129- path : dist
130- - name : Download Accelerate Binary MacOS
131- uses : actions/download-artifact@v4.1.7
132- id : download-accelerate-bin-macOS
118+ - name : Download Accelerate Binary
119+ uses : actions/download-artifact@v4
120+ id : download-accelerate-bin
133121 with :
134- name : accel-binary-macOS-latest
122+ pattern : accel-binary-*
123+ merge-multiple : true
135124 path : dist
136125
137126 # retrieve your distributions here
You can’t perform that action at this time.
0 commit comments