File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 - name : Build sdist
2222 run : |
2323 python3 setup.py sdist
24- - uses : actions/upload-artifact@v3
24+ - uses : actions/upload-artifact@v4
2525 with :
2626 name : source-dist
2727 path : ./dist/*.tar.gz
5353 # emulated ones
5454 CIBW_ARCHS_LINUX : auto aarch64 ppc64le s390x
5555
56- - uses : actions/upload-artifact@v3
56+ - uses : actions/upload-artifact@v4
5757 with :
5858 name : ${{matrix.os}}-wheels
5959 path : ./wheelhouse/*.whl
@@ -66,19 +66,19 @@ jobs:
6666 permissions :
6767 id-token : write
6868 steps :
69- - uses : actions/download-artifact@v3
69+ - uses : actions/download-artifact@v4
7070 with :
7171 name : ubuntu-20.04-wheels
7272 path : artifacts/linux
73- - uses : actions/download-artifact@v3
73+ - uses : actions/download-artifact@v4
7474 with :
7575 name : windows-2019-wheels
7676 path : artifacts/windows
77- - uses : actions/download-artifact@v3
77+ - uses : actions/download-artifact@v4
7878 with :
7979 name : macos-latest-wheels
8080 path : artifacts/macos
81- - uses : actions/download-artifact@v3
81+ - uses : actions/download-artifact@v4
8282 with :
8383 name : source-dist
8484 path : artifacts/sdist
You can’t perform that action at this time.
0 commit comments