File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 CIBW_BUILD_VERBOSITY : 1
5959 CIBW_ARCHS : all
6060 CIBW_BUILD : cp${{ matrix.python }}-${{ matrix.platform_id }}
61- - uses : actions/upload-artifact@v4
61+ - uses : actions/upload-artifact@v5
6262 with :
6363 name : cibw-wheels-cp${{ matrix.python }}-${{ matrix.platform_id }}-${{ strategy.job-index }}
6464 path : ./wheelhouse/*.whl
@@ -76,11 +76,11 @@ jobs:
7676 run : pipx run build --sdist
7777 - name : Build sdist for cmd
7878 run : cd cmd && pipx run build
79- - uses : actions/upload-artifact@v4
79+ - uses : actions/upload-artifact@v5
8080 with :
8181 name : cibw-sdist
8282 path : dist/*.tar.gz
83- - uses : actions/upload-artifact@v4
83+ - uses : actions/upload-artifact@v5
8484 with :
8585 name : cibw-cmd
8686 path : cmd/dist/*
9292 # IMPORTANT: this permission is mandatory for trusted publishing
9393 id-token : write
9494 steps :
95- - uses : actions/download-artifact@v5
95+ - uses : actions/download-artifact@v6
9696 with :
9797 pattern : cibw-*
9898 path : dist
You can’t perform that action at this time.
0 commit comments