File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9292 run : python -m build --sdist
9393
9494 - name : Upload artifact
95- uses : actions/upload-artifact@v5
95+ uses : actions/upload-artifact@v6
9696 with :
9797 name : sdist
9898 path : dist/*.tar.gz
@@ -302,7 +302,7 @@ jobs:
302302 config-file : " {package}/pyproject.toml"
303303
304304 - name : Upload wheels
305- uses : actions/upload-artifact@v5
305+ uses : actions/upload-artifact@v6
306306 with :
307307 name : wheels-${{ env.PYTHON_TAG }}-${{ matrix.target.platform }}-${{ matrix.target.archs }}
308308 path : wheelhouse/*.whl
@@ -336,7 +336,7 @@ jobs:
336336 run : rm -f dist/*wasm*.whl
337337
338338 - name : Upload artifacts
339- uses : actions/upload-artifact@v5
339+ uses : actions/upload-artifact@v6
340340 with :
341341 name : artifacts
342342 path : dist/*
Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ jobs:
444444
445445 - name : Upload core dump file
446446 if : ${{ !cancelled() }}
447- uses : actions/upload-artifact@v5
447+ uses : actions/upload-artifact@v6
448448 with :
449449 name : coredump-${{ env.PYTHON_TAG }}-${{ runner.os }}
450450 path : |
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ jobs:
436436
437437 - name : Upload core dump file
438438 if : ${{ !cancelled() }}
439- uses : actions/upload-artifact@v5
439+ uses : actions/upload-artifact@v6
440440 with :
441441 name : coredump-${{ env.PYTHON_TAG }}-${{ runner.os }}
442442 path : |
You can’t perform that action at this time.
0 commit comments