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 @@ -24,12 +24,12 @@ jobs:
2424 - name : Build sdist
2525 run : pipx run build --sdist
2626
27- - uses : actions/upload-artifact@v4
27+ - uses : actions/upload-artifact@v5
2828 with :
2929 name : sdist
3030 path : dist
3131
32- - uses : actions/upload-artifact@v4
32+ - uses : actions/upload-artifact@v5
3333 with :
3434 name : tests
3535 path : tests
8787 CIBW_PRERELEASE_PYTHONS : True
8888 CIBW_TEST_EXTRAS : test
8989 CIBW_TEST_COMMAND : python -um pytest --log-cli-level=DEBUG -s -vvv {package}/tests
90- - uses : actions/upload-artifact@v4
90+ - uses : actions/upload-artifact@v5
9191 with :
9292 name : ${{ matrix.wheel_type }}-wheels
9393 path : ./wheelhouse/*.whl
@@ -139,7 +139,7 @@ jobs:
139139 LDFLAGS : " -L${{env.LZ4_INSTALL_DIR}}/lib -Wl,-rpath,${{env.LZ4_INSTALL_DIR}}/lib"
140140 PKG_CONFIG_PATH : " ${{env.LZ4_INSTALL_DIR}}/lib/pkgconfig"
141141 CIBW_REPAIR_WHEEL_COMMAND_MACOS : " DYLD_LIBRARY_PATH=${{env.LZ4_INSTALL_DIR}}/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
142- - uses : actions/upload-artifact@v4
142+ - uses : actions/upload-artifact@v5
143143 with :
144144 name : macosx_${{ matrix.arch }}-wheels
145145 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments