|
57 | 57 | python setup.py bdist_wheel --plat-name macosx_10_15_x86_64 |
58 | 58 |
|
59 | 59 | - name: Upload build Artifact wheel |
60 | | - uses: actions/upload-artifact@v2.2.4 |
| 60 | + uses: actions/upload-artifact@v3.2.1 |
61 | 61 | with: |
62 | 62 | name: wheel |
63 | 63 | path: dist/* |
@@ -106,7 +106,7 @@ jobs: |
106 | 106 | # |
107 | 107 | # |
108 | 108 | # - name: Upload build Artifact wheel |
109 | | -# uses: actions/upload-artifact@v2.2.4 |
| 109 | +# uses: actions/upload-artifact@v3.2.1 |
110 | 110 | # with: |
111 | 111 | # name: wheel |
112 | 112 | # path: dist/* |
@@ -154,7 +154,7 @@ jobs: |
154 | 154 | # python setup.py bdist_wheel --plat-name macosx_11_0_arm64 |
155 | 155 | # |
156 | 156 | # - name: Upload build Artifact wheel |
157 | | -# uses: actions/upload-artifact@v2.2.4 |
| 157 | +# uses: actions/upload-artifact@v3.2.1 |
158 | 158 | # with: |
159 | 159 | # name: wheel |
160 | 160 | # path: dist/* |
@@ -207,7 +207,7 @@ jobs: |
207 | 207 | python setup.py bdist_wheel --plat-name manylinux2014_x86_64 |
208 | 208 |
|
209 | 209 | - name: Upload build Artifact wheel |
210 | | - uses: actions/upload-artifact@v2.2.4 |
| 210 | + uses: actions/upload-artifact@v3.2.1 |
211 | 211 | with: |
212 | 212 | name: wheel |
213 | 213 | path: dist/* |
@@ -239,7 +239,7 @@ jobs: |
239 | 239 | # python3 setup.py bdist_wheel |
240 | 240 | # |
241 | 241 | # - name: Upload build Artifact wheel |
242 | | -# uses: actions/upload-artifact@v2.2.4 |
| 242 | +# uses: actions/upload-artifact@v3.2.1 |
243 | 243 | # with: |
244 | 244 | # name: wheel |
245 | 245 | # path: dist/* |
@@ -294,7 +294,7 @@ jobs: |
294 | 294 | shell: cmd |
295 | 295 |
|
296 | 296 | - name: Upload build Artifact wheel |
297 | | - uses: actions/upload-artifact@v2.2.4 |
| 297 | + uses: actions/upload-artifact@v3.2.1 |
298 | 298 | with: |
299 | 299 | name: wheel |
300 | 300 | path: dist/* |
@@ -341,7 +341,7 @@ jobs: |
341 | 341 | python setup.py sdist |
342 | 342 |
|
343 | 343 | - name: Upload build Artifact wheel |
344 | | - uses: actions/upload-artifact@v2.2.4 |
| 344 | + uses: actions/upload-artifact@v3.2.1 |
345 | 345 | with: |
346 | 346 | name: wheel |
347 | 347 | path: dist/* |
@@ -373,7 +373,7 @@ jobs: |
373 | 373 | python setup.py sdist |
374 | 374 |
|
375 | 375 | - name: Upload build Artifact wheel |
376 | | - uses: actions/upload-artifact@v2.2.4 |
| 376 | + uses: actions/upload-artifact@v3.2.1 |
377 | 377 | with: |
378 | 378 | name: wheel |
379 | 379 | path: dynamic/dist/* |
0 commit comments