From 9c92dd290796706137eeb2188170c70c60213eba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 00:54:18 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release.yml | 4 ++-- .github/workflows/rust-rewrite-large-repos.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ac33db7d..24277a8cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: fi rust-rewrite/tools/check_wheel_rust_backend.sh --wheel "$WHEEL" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.os }}-3.${{ matrix.python }} path: ./wheelhouse/*.whl @@ -107,7 +107,7 @@ jobs: uses: ./.github/actions/setup-environment - name: Download All Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true diff --git a/.github/workflows/rust-rewrite-large-repos.yml b/.github/workflows/rust-rewrite-large-repos.yml index 9e6c2f9b4..ad131d1bf 100644 --- a/.github/workflows/rust-rewrite-large-repos.yml +++ b/.github/workflows/rust-rewrite-large-repos.yml @@ -80,7 +80,7 @@ jobs: - name: Upload large-repo reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rust-rewrite-large-repo-reports path: rust-rewrite/reports/*.json