File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 {delocate_archs} -w {dest_dir} {wheel};
144144 bash $PROJ_DIR/ci-utils/after-build.sh
145145 CIBW_BUILD_VERBOSITY : 1
146- - uses : actions/upload-artifact@v4
146+ - uses : actions/upload-artifact@v5
147147 with :
148148 name : artifact-${{ runner.os }}-${{ runner.arch }}-${{ matrix.cibw-build-kind }}
149149 path : ./wheelhouse/*.whl
@@ -159,7 +159,7 @@ jobs:
159159 run : pip install 'postprocess-sdist-make-rust-ext-opt>=0.2,<0.3'
160160 - name : Post-process sdist to make extension optional
161161 run : postprocess-sdist-make-rust-ext-opt -fO dist dist/*.tar.gz
162- - uses : actions/upload-artifact@v4
162+ - uses : actions/upload-artifact@v5
163163 with :
164164 name : artifact-source
165165 path : dist/*.tar.gz
@@ -171,7 +171,7 @@ jobs:
171171 id-token : write # needed for trusted publishing
172172 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
173173 steps :
174- - uses : actions/download-artifact@v4
174+ - uses : actions/download-artifact@v6
175175 with :
176176 pattern : artifact-*
177177 merge-multiple : true
You can’t perform that action at this time.
0 commit comments