From b2daea96c113ff2bf5a6d9f8b2da1909b097e791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:10:36 +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 8532643..d3a1391 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@v5 + - uses: actions/upload-artifact@v6 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@v6 + uses: actions/download-artifact@v7 with: path: dist pattern: wheels-* @@ -277,7 +277,7 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist pattern: wheels-*