Skip to content

Commit b30ffdc

Browse files
committed
🔧 fix checksum step in cd.yml
1 parent d3fbfcf commit b30ffdc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
needs: pre_flight_check
4848
strategy:
4949
matrix:
50-
os: [ubuntu-latest, windows-latest, macos-14, ubuntu-24.04-arm]
50+
os: [ubuntu-latest, windows-latest, macos-14, windows-11-arm, ubuntu-24.04-arm]
5151
qemu: [ '' ]
5252
include:
5353
# Split ubuntu job for the sake of speed-up
@@ -101,11 +101,12 @@ jobs:
101101
outputs:
102102
hashes: ${{ steps.compute.outputs.hashes }}
103103
steps:
104-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105105
- name: Download distributions
106-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
106+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
107107
with:
108-
name: dist
108+
pattern: dist*
109+
merge-multiple: true
109110
path: dist
110111
- name: Collected dists
111112
run: |

0 commit comments

Comments
 (0)