From 9251bf6a11fc16580aabbdf336a4ef50f383b5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:23:59 +0000 Subject: [PATCH] chore(deps): bump the actions group with 4 updates Bumps the actions group with 4 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/setup-python](https://github.com/actions/setup-python) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `pypa/cibuildwheel` from 2.23.2 to 3.2.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.23.2...v3.2.1) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 496f65d..054dd45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,13 +136,13 @@ jobs: if: runner.os == 'Linux' && matrix.emulation == 'qemu' - name: Build wheels - uses: pypa/cibuildwheel@v3.1 + uses: pypa/cibuildwheel@v3.2.1 env: CIBW_ARCHS: "${{ matrix.arch }}" # restrict to a single Python version as wheel does not depend on Python: CIBW_BUILD: "cp311-${{ matrix.platform }}*" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: clang-format-wheels-${{ matrix.platform }}-${{ matrix.arch }} path: ./wheelhouse/*.whl @@ -227,7 +227,7 @@ jobs: cat clang-tidy_version.txt - name: Build wheels - uses: pypa/cibuildwheel@v2.23.2 + uses: pypa/cibuildwheel@v3.2.1 env: CIBW_ARCHS: "${{ matrix.arch }}" CIBW_BEFORE_TEST: rm -rf {package}/clang_tidy @@ -237,7 +237,7 @@ jobs: # restrict to a single Python version as wheel does not depend on Python: CIBW_BUILD: "cp311-${{ matrix.platform }}*" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: clang-tidy-wheels-${{ matrix.platform }}-${{ matrix.arch }} path: ./wheelhouse/*.whl @@ -276,7 +276,7 @@ jobs: - name: Build SDist run: pipx run build --sdist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: clang-format-sdist path: dist/*.tar.gz @@ -315,7 +315,7 @@ jobs: - name: Build SDist run: pipx run build --sdist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: path: dist/*.tar.gz name: clang-tidy-sdist @@ -346,12 +346,12 @@ jobs: rm -rf clang-format fi - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 name: Install Python with: python-version: '3.13' - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: clang-format-sdist path: sdist @@ -400,12 +400,12 @@ jobs: rm -rf clang-tidy fi - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 name: Install Python with: python-version: '3.13' - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: clang-tidy-sdist path: sdist @@ -439,13 +439,13 @@ jobs: contents: write steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: pattern: clang-format-* merge-multiple: true path: clang-format-dist - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: pattern: clang-tidy-* merge-multiple: true