Skip to content

Commit 035830b

Browse files
update github actions/upload-artifact since old version no longer works
1 parent d6dc9e7 commit 035830b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python setup.py bdist_wheel --plat-name macosx_10_15_x86_64
5858
5959
- name: Upload build Artifact wheel
60-
uses: actions/upload-artifact@v2.2.4
60+
uses: actions/upload-artifact@v3.2.1
6161
with:
6262
name: wheel
6363
path: dist/*
@@ -106,7 +106,7 @@ jobs:
106106
#
107107
#
108108
# - name: Upload build Artifact wheel
109-
# uses: actions/upload-artifact@v2.2.4
109+
# uses: actions/upload-artifact@v3.2.1
110110
# with:
111111
# name: wheel
112112
# path: dist/*
@@ -154,7 +154,7 @@ jobs:
154154
# python setup.py bdist_wheel --plat-name macosx_11_0_arm64
155155
#
156156
# - name: Upload build Artifact wheel
157-
# uses: actions/upload-artifact@v2.2.4
157+
# uses: actions/upload-artifact@v3.2.1
158158
# with:
159159
# name: wheel
160160
# path: dist/*
@@ -207,7 +207,7 @@ jobs:
207207
python setup.py bdist_wheel --plat-name manylinux2014_x86_64
208208
209209
- name: Upload build Artifact wheel
210-
uses: actions/upload-artifact@v2.2.4
210+
uses: actions/upload-artifact@v3.2.1
211211
with:
212212
name: wheel
213213
path: dist/*
@@ -239,7 +239,7 @@ jobs:
239239
# python3 setup.py bdist_wheel
240240
#
241241
# - name: Upload build Artifact wheel
242-
# uses: actions/upload-artifact@v2.2.4
242+
# uses: actions/upload-artifact@v3.2.1
243243
# with:
244244
# name: wheel
245245
# path: dist/*
@@ -294,7 +294,7 @@ jobs:
294294
shell: cmd
295295

296296
- name: Upload build Artifact wheel
297-
uses: actions/upload-artifact@v2.2.4
297+
uses: actions/upload-artifact@v3.2.1
298298
with:
299299
name: wheel
300300
path: dist/*
@@ -341,7 +341,7 @@ jobs:
341341
python setup.py sdist
342342
343343
- name: Upload build Artifact wheel
344-
uses: actions/upload-artifact@v2.2.4
344+
uses: actions/upload-artifact@v3.2.1
345345
with:
346346
name: wheel
347347
path: dist/*
@@ -373,7 +373,7 @@ jobs:
373373
python setup.py sdist
374374
375375
- name: Upload build Artifact wheel
376-
uses: actions/upload-artifact@v2.2.4
376+
uses: actions/upload-artifact@v3.2.1
377377
with:
378378
name: wheel
379379
path: dynamic/dist/*

0 commit comments

Comments
 (0)