Skip to content

Commit 4a50dd4

Browse files
author
Денис Петров
committed
7
1 parent 2f4f8cf commit 4a50dd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

2929
- name: Upload artifacts
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v3
3131
with:
3232
name: wheels
3333
path: wheelhouse/*/*.whl
@@ -52,7 +52,7 @@ jobs:
5252
ls wheelhouse/Windows
5353
5454
- name: Upload artifacts
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v3
5656
with:
5757
name: wheels
5858
path: wheelhouse/*/*.whl
@@ -87,7 +87,7 @@ jobs:
8787
8888
8989
- name: Upload artifacts
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v3
9191
with:
9292
name: wheels
9393
path: wheelhouse/*/*.whl

0 commit comments

Comments
 (0)