From 6face66c8238938b27242986b979f893de8b643f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:52:58 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build_wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 14a2b03..584dd19 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -46,7 +46,7 @@ jobs: CIBW_ARCHS_LINUX: auto64 aarch64 CIBW_BUILD: ${{matrix.pyver}}-* - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: python-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}-${{ matrix.pyver }} path: ./wheelhouse/*.whl @@ -60,7 +60,7 @@ jobs: - name: Build sdist run: pipx run build --sdist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: python-wheels-source path: dist/*.tar.gz @@ -77,7 +77,7 @@ jobs: # or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this) if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir