Skip to content

Commit ae9e567

Browse files
committed
Make: Same upload/download CI versions
1 parent df79cb2 commit ae9e567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,15 +345,15 @@ jobs:
345345
- name: Download wheels
346346
# unpacks all CIBW artifacts into dist/
347347
# continue-on-error handles cases where some wheel jobs failed
348-
uses: actions/download-artifact@v7
348+
uses: actions/download-artifact@v6
349349
continue-on-error: true
350350
with:
351351
pattern: cibw-*
352352
path: dist
353353
merge-multiple: true
354354

355355
- name: Download source distribution
356-
uses: actions/download-artifact@v7
356+
uses: actions/download-artifact@v6
357357
with:
358358
name: sdist
359359
path: dist
@@ -452,7 +452,7 @@ jobs:
452452
node-version: "20"
453453
registry-url: "https://registry.npmjs.org"
454454
- name: Download Prebuild Artifacts
455-
uses: actions/download-artifact@v7
455+
uses: actions/download-artifact@v6
456456
with:
457457
name: prebuilds
458458
path: prebuilds

0 commit comments

Comments
 (0)