Skip to content

Commit 63c8006

Browse files
committed
fix(pu): use actions/download-artifact@v4
1 parent cd5feca commit 63c8006

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -117,73 +117,73 @@ jobs:
117117
run: mkdir -p aggregated_wheels_all
118118

119119
- name: Download wheel ubuntu-20.04, 3.7, x86_64
120-
uses: actions/download-artifact@v2
120+
uses: actions/download-artifact@v4
121121
with:
122122
name: build-artifacts-wheels-ubuntu-20.04-3.7-x86_64
123123
path: aggregated_wheels_all
124124
- name: Download wheel ubuntu-20.04, 3.8, x86_64
125-
uses: actions/download-artifact@v2
125+
uses: actions/download-artifact@v4
126126
with:
127127
name: build-artifacts-wheels-ubuntu-20.04-3.8-x86_64
128128
path: aggregated_wheels_all
129129
- name: Download wheel ubuntu-20.04, 3.9, x86_64
130-
uses: actions/download-artifact@v2
130+
uses: actions/download-artifact@v4
131131
with:
132132
name: build-artifacts-wheels-ubuntu-20.04-3.9-x86_64
133133
path: aggregated_wheels_all
134134
- name: Download wheel ubuntu-20.04, 3.10, x86_64
135-
uses: actions/download-artifact@v2
135+
uses: actions/download-artifact@v4
136136
with:
137137
name: build-artifacts-wheels-ubuntu-20.04-3.10-x86_64
138138
path: aggregated_wheels_all
139139
- name: Download wheel ubuntu-20.04, 3.11, x86_64
140-
uses: actions/download-artifact@v2
140+
uses: actions/download-artifact@v4
141141
with:
142142
name: build-artifacts-wheels-ubuntu-20.04-3.11-x86_64
143143
path: aggregated_wheels_all
144144
- name: Download wheel ubuntu-20.04, 3.7, aarch64
145-
uses: actions/download-artifact@v2
145+
uses: actions/download-artifact@v4
146146
with:
147147
name: build-artifacts-wheels-ubuntu-20.04-3.7-aarch64
148148
path: aggregated_wheels_all
149149
- name: Download wheel ubuntu-20.04, 3.8, aarch64
150-
uses: actions/download-artifact@v2
150+
uses: actions/download-artifact@v4
151151
with:
152152
name: build-artifacts-wheels-ubuntu-20.04-3.8-aarch64
153153
path: aggregated_wheels_all
154154
- name: Download wheel ubuntu-20.04, 3.9, aarch64
155-
uses: actions/download-artifact@v2
155+
uses: actions/download-artifact@v4
156156
with:
157157
name: build-artifacts-wheels-ubuntu-20.04-3.9-aarch64
158158
path: aggregated_wheels_all
159159
- name: Download wheel ubuntu-20.04, 3.10, aarch64
160-
uses: actions/download-artifact@v2
160+
uses: actions/download-artifact@v4
161161
with:
162162
name: build-artifacts-wheels-ubuntu-20.04-3.10-aarch64
163163
path: aggregated_wheels_all
164164
- name: Download wheel ubuntu-20.04, 3.11, aarch64
165-
uses: actions/download-artifact@v2
165+
uses: actions/download-artifact@v4
166166
with:
167167
name: build-artifacts-wheels-ubuntu-20.04-3.11-aarch64
168168
path: aggregated_wheels_all
169169

170170
- name: Download wheel macos-13, 3.7, x86_64
171-
uses: actions/download-artifact@v2
171+
uses: actions/download-artifact@v4
172172
with:
173173
name: build-artifacts-wheels-macos-13-3.7-x86_64
174174
path: aggregated_wheels_all
175175
- name: Download wheel macos-13, 3.8, x86_64
176-
uses: actions/download-artifact@v2
176+
uses: actions/download-artifact@v4
177177
with:
178178
name: build-artifacts-wheels-macos-13-3.8-x86_64
179179
path: aggregated_wheels_all
180180
- name: Download wheel macos-13, 3.7, arm64
181-
uses: actions/download-artifact@v2
181+
uses: actions/download-artifact@v4
182182
with:
183183
name: build-artifacts-wheels-macos-13-3.7-arm64
184184
path: aggregated_wheels_all
185185
- name: Download wheel macos-13, 3.8, arm64
186-
uses: actions/download-artifact@v2
186+
uses: actions/download-artifact@v4
187187
with:
188188
name: build-artifacts-wheels-macos-13-3.8-arm64
189189
path: aggregated_wheels_all
@@ -209,7 +209,7 @@ jobs:
209209

210210
steps:
211211
- name: Download unified wheels artifact
212-
uses: actions/download-artifact@v2
212+
uses: actions/download-artifact@v4
213213
with:
214214
name: build-artifacts-wheels
215215
path: ./dist

0 commit comments

Comments
 (0)