Skip to content

Commit e3f5bdd

Browse files
committed
Upgrade actions/download-artifact to version 8.
1 parent ce26312 commit e3f5bdd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v6
6262

6363
- name: Download updated files
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v8
6565
with:
6666
name: updated-files
6767
path: .
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@v6
9393

9494
- name: Download updated files
95-
uses: actions/download-artifact@v4
95+
uses: actions/download-artifact@v8
9696
with:
9797
name: updated-files
9898
path: .
@@ -170,7 +170,7 @@ jobs:
170170
- uses: actions/checkout@v6
171171

172172
- name: Download updated files
173-
uses: actions/download-artifact@v4
173+
uses: actions/download-artifact@v8
174174
with:
175175
name: updated-files
176176
path: .
@@ -240,14 +240,14 @@ jobs:
240240
- uses: actions/checkout@v6
241241

242242
- name: Download all wheels
243-
uses: actions/download-artifact@v4
243+
uses: actions/download-artifact@v8
244244
with:
245245
pattern: wheels-*
246246
merge-multiple: true
247247
path: ./dist
248248

249249
- name: Download updated files
250-
uses: actions/download-artifact@v4
250+
uses: actions/download-artifact@v8
251251
with:
252252
name: updated-files
253253
path: .

0 commit comments

Comments
 (0)