Skip to content

Commit 69c7192

Browse files
committed
yml version from heat_float branch with only artivact updated to version 4.
1 parent da72c60 commit 69c7192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: python -m build
4646

4747
- name: upload wheels
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
path: ./dist/*.whl
5151

@@ -81,7 +81,7 @@ jobs:
8181
run: python -m build
8282

8383
- name: upload wheels
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
with:
8686
path: ./dist/*.whl
8787

@@ -106,7 +106,7 @@ jobs:
106106
cibuildwheel --output-dir wheelhouse
107107
108108
- name: upload wheels
109-
uses: actions/upload-artifact@v3
109+
uses: actions/upload-artifact@v4
110110
with:
111111
path: wheelhouse/*.whl
112112

@@ -140,6 +140,6 @@ jobs:
140140
cibuildwheel --output-dir wheelhouse
141141
142142
- name: upload wheels
143-
uses: actions/upload-artifact@v3
143+
uses: actions/upload-artifact@v4
144144
with:
145145
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)