Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae9e567

Browse filesBrowse files
committed
Make: Same upload/download CI versions
1 parent df79cb2 commit ae9e567
Copy full SHA for ae9e567

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎.github/workflows/release.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.