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 0b37f55

Browse filesBrowse files
lestevejeremiedbb
authored andcommitted
CI Update upload-artifact and download-artifact to v4 (#29211)
1 parent 7b69a65 commit 0b37f55
Copy full SHA for 0b37f55

File tree

2 files changed

+9
-5
lines changed
Filter options

2 files changed

+9
-5
lines changed

‎.github/workflows/lint.yml

Copy file name to clipboardExpand all lines: .github/workflows/lint.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Upload Artifact
5454
if: always()
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: lint-log
5858
path: |
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Download artifact
8686
id: download-artifact
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: lint-log
9090

‎.github/workflows/wheels.yml

Copy file name to clipboardExpand all lines: .github/workflows/wheels.yml
+7-3Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ jobs:
175175
run: bash build_tools/wheels/build_wheels.sh
176176

177177
- name: Store artifacts
178-
uses: actions/upload-artifact@v3
178+
uses: actions/upload-artifact@v4
179179
with:
180+
name: cibw-wheels-cp${{ matrix.python }}-${{ matrix.platform_id }}
180181
path: wheelhouse/*.whl
181182

182183
update-tracker:
@@ -215,8 +216,9 @@ jobs:
215216
SKLEARN_SKIP_NETWORK_TESTS: 1
216217

217218
- name: Store artifacts
218-
uses: actions/upload-artifact@v3
219+
uses: actions/upload-artifact@v4
219220
with:
221+
name: cibw-sdist
220222
path: dist/*.tar.gz
221223

222224
# Upload the wheels and the source distribution
@@ -233,9 +235,11 @@ jobs:
233235
uses: actions/checkout@v3
234236

235237
- name: Download artifacts
236-
uses: actions/download-artifact@v3
238+
uses: actions/download-artifact@v4
237239
with:
240+
pattern: cibw-*
238241
path: dist
242+
merge-multiple: true
239243

240244
- name: Setup Python
241245
uses: actions/setup-python@v5

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.