Skip to content

Commit 5be7e9b

Browse files
committed
chore: update to v4 actions upload/download
1 parent 2e9e41e commit 5be7e9b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
apt update -y && apt-get install -y libssl-dev openssl pkg-config
239239
fi
240240
- name: Upload wheels
241-
uses: actions/upload-artifact@v3
241+
uses: actions/upload-artifact@v4
242242
with:
243243
name: wheels
244244
path: dist
@@ -271,7 +271,7 @@ jobs:
271271
args: --release --out dist --find-interpreter
272272
sccache: 'true'
273273
- name: Upload wheels
274-
uses: actions/upload-artifact@v3
274+
uses: actions/upload-artifact@v4
275275
with:
276276
name: wheels
277277
path: dist
@@ -300,7 +300,7 @@ jobs:
300300
args: --release --out dist --find-interpreter
301301
sccache: 'true'
302302
- name: Upload wheels
303-
uses: actions/upload-artifact@v3
303+
uses: actions/upload-artifact@v4
304304
with:
305305
name: wheels
306306
path: dist
@@ -329,7 +329,7 @@ jobs:
329329
args: --release --out dist --find-interpreter
330330
sccache: 'true'
331331
- name: Upload wheels
332-
uses: actions/upload-artifact@v3
332+
uses: actions/upload-artifact@v4
333333
with:
334334
name: wheels
335335
path: dist
@@ -352,7 +352,7 @@ jobs:
352352
command: sdist
353353
args: --out dist
354354
- name: Upload sdist
355-
uses: actions/upload-artifact@v3
355+
uses: actions/upload-artifact@v4
356356
with:
357357
name: wheels
358358
path: dist
@@ -366,7 +366,7 @@ jobs:
366366
environment: Publish
367367
needs: [linux, windows, macos_x86, macos_aarch64, sdist]
368368
steps:
369-
- uses: actions/download-artifact@v3
369+
- uses: actions/download-artifact@v4
370370
with:
371371
name: wheels
372372
- name: Publish to PyPI

0 commit comments

Comments
 (0)