diff --git a/.github/workflows/buildwheel.yml b/.github/workflows/buildwheel.yml index b300cf67..dbed92b0 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -40,7 +40,7 @@ jobs: # override setting in pyproject.toml to use msys2 instead of msys64 bash CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: wheels-${{ matrix.os }} path: wheelhouse/*.whl @@ -60,7 +60,7 @@ jobs: - run: pip install build - run: python -m build --sdist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: sdist path: dist/*.tar.gz