From 7c97647523eb2557e467af755750b4b4ce9bc557 Mon Sep 17 00:00:00 2001 From: "agibot-world[bot]" <246073236+agibot-world[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:08:42 +0000 Subject: [PATCH 1/2] build(deps): update github artifact actions --- .github/workflows/cd.yml | 6 +++--- .github/workflows/reuseable_cibuildwheel.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2d3e223..270f170 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -27,7 +27,7 @@ jobs: - name: Build SDist run: pipx run build --sdist - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: cibw-sdist path: dist/*.tar.gz @@ -46,7 +46,7 @@ jobs: needs: [build_wheels, build_sdist] runs-on: ubuntu-24.04 steps: - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: pattern: cibw-* path: dist @@ -66,7 +66,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: pattern: cibw-* path: dist diff --git a/.github/workflows/reuseable_cibuildwheel.yml b/.github/workflows/reuseable_cibuildwheel.yml index 65b64bb..9175753 100644 --- a/.github/workflows/reuseable_cibuildwheel.yml +++ b/.github/workflows/reuseable_cibuildwheel.yml @@ -80,7 +80,7 @@ jobs: if: > inputs.auto && !contains(matrix.qemu_arch, matrix.arch) || inputs.extra && contains(matrix.qemu_arch, matrix.arch) - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: cibw-${{ matrix.os }}-${{ matrix.py }}-${{ matrix.build }}-${{ matrix.arch }} path: wheelhouse/*.whl From fbcbd1c8f2e91368f00d9898761f9eb95ee337a0 Mon Sep 17 00:00:00 2001 From: "Xuan (Sean) Hu" Date: Thu, 12 Mar 2026 15:37:46 +0800 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Xuan (Sean) Hu --- .github/workflows/cd.yml | 6 +++--- .github/workflows/reuseable_cibuildwheel.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 270f170..227b9e6 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -27,7 +27,7 @@ jobs: - name: Build SDist run: pipx run build --sdist - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: cibw-sdist path: dist/*.tar.gz @@ -46,7 +46,7 @@ jobs: needs: [build_wheels, build_sdist] runs-on: ubuntu-24.04 steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: pattern: cibw-* path: dist @@ -66,7 +66,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: pattern: cibw-* path: dist diff --git a/.github/workflows/reuseable_cibuildwheel.yml b/.github/workflows/reuseable_cibuildwheel.yml index 9175753..35a4583 100644 --- a/.github/workflows/reuseable_cibuildwheel.yml +++ b/.github/workflows/reuseable_cibuildwheel.yml @@ -80,7 +80,7 @@ jobs: if: > inputs.auto && !contains(matrix.qemu_arch, matrix.arch) || inputs.extra && contains(matrix.qemu_arch, matrix.arch) - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: cibw-${{ matrix.os }}-${{ matrix.py }}-${{ matrix.build }}-${{ matrix.arch }} path: wheelhouse/*.whl