Skip to content

Commit 6b459ca

Browse files
author
Денис Петров
committed
8
1 parent 4a50dd4 commit 6b459ca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-and-test.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
run: ls wheelhouse/Linux
2828

2929
- name: Upload artifacts
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: wheels
3333
path: wheelhouse/*/*.whl
34+
overwrite: true
3435

3536
windows-build:
3637
name: Build wheel for windows
@@ -52,10 +53,11 @@ jobs:
5253
ls wheelhouse/Windows
5354
5455
- name: Upload artifacts
55-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5657
with:
5758
name: wheels
5859
path: wheelhouse/*/*.whl
60+
overwrite: true
5961

6062
osx-build:
6163
name: Build wheel for osx
@@ -87,10 +89,11 @@ jobs:
8789
8890
8991
- name: Upload artifacts
90-
uses: actions/upload-artifact@v3
92+
uses: actions/upload-artifact@v4
9193
with:
9294
name: wheels
9395
path: wheelhouse/*/*.whl
96+
overwrite: true
9497

9598

9699
test-wheels-86_64:

0 commit comments

Comments
 (0)