From ae251d4a2123edb64b831e8f8cb4668f8f8e44d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:13:15 +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 e2e22c7..596d3f4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -237,7 +237,7 @@ jobs: - run: twine check --strict dist/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: wheels-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }} path: dist @@ -257,7 +257,7 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: dist pattern: wheels-* @@ -277,7 +277,7 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: dist pattern: wheels-*