From 23ef673e69edc3bd8428644f3a23e995d38d23d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:12:31 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7da4402..e310b1c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -238,7 +238,7 @@ jobs: - run: twine check --strict dist/* - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }} path: dist @@ -258,7 +258,7 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: wheels-* @@ -278,7 +278,7 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: wheels-*