From f65f9b7cef46f77a02a6fb6281908fbec61a1ee1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:17:10 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/CI.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 85150aa6..308d1d2b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -51,7 +51,7 @@ jobs: working-directory: bindings/python rust-toolchain: nightly - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheels-linux-${{ matrix.platform.target }} path: bindings/python/dist @@ -84,7 +84,7 @@ jobs: working-directory: bindings/python rust-toolchain: nightly - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheels-musllinux-${{ matrix.platform.target }} path: bindings/python/dist @@ -113,7 +113,7 @@ jobs: working-directory: bindings/python rust-toolchain: nightly - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheels-windows-${{ matrix.platform.target }} path: bindings/python/dist @@ -141,7 +141,7 @@ jobs: working-directory: bindings/python rust-toolchain: nightly - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheels-macos-${{ matrix.platform.target }} path: bindings/python/dist @@ -158,7 +158,7 @@ jobs: working-directory: bindings/python rust-toolchain: nightly - name: Upload sdist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: wheels-sdist path: bindings/python/dist @@ -177,7 +177,7 @@ jobs: # Used to generate artifact attestation attestations: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 - name: Generate artifact attestation uses: actions/attest-build-provenance@v2 with: