From a6636f2a199fff21e38f7aaf065ad3fc534bc666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 03:56:13 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact digest to 3e5f45b --- .github/workflows/wheel-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel-release.yaml b/.github/workflows/wheel-release.yaml index 38c02fd..f834d46 100644 --- a/.github/workflows/wheel-release.yaml +++ b/.github/workflows/wheel-release.yaml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7 - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: pattern: wheels-* merge-multiple: true