Skip to content

Commit 0c31a50

Browse files
committed
Updated action verions
1 parent 5dfca47 commit 0c31a50

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

.github/workflows/accelerate-manylinux.yml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)