diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 367b93b..df309aa 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -24,7 +24,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: bazel-contrib/setup-bazel@0.15.0 + - uses: bazel-contrib/setup-bazel@0.18.0 with: bazelisk-cache: true disk-cache: ${{ github.workflow }} diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5491dc6..2c7eeb5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -25,7 +25,7 @@ jobs: - name: Check metadata run: pipx run twine check dist/* - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: dist-sdist path: dist/*.tar.gz @@ -52,7 +52,7 @@ jobs: run: | python -m pip install --upgrade pip uv - - uses: bazel-contrib/setup-bazel@0.15.0 + - uses: bazel-contrib/setup-bazel@0.18.0 with: bazelisk-cache: true disk-cache: ${{ github.workflow }} @@ -64,7 +64,7 @@ jobs: echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV - name: Build wheels on ${{ matrix.os }} using cibuildwheel - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 env: CIBW_BUILD_VERBOSITY: 1 CIBW_BUILD: "cp310-* cp311-* cp312-*" @@ -86,7 +86,7 @@ jobs: shell: bash - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: path: wheelhouse/*.whl name: dist-${{ matrix.os }} @@ -104,7 +104,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: 3.13 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: path: dist pattern: dist-*