From 2988b75f7d8130788f9a21d67b8bc4d6d1381c73 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 03:12:44 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact digest to cc20338 (#63) Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 32aad44..b843a9e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -46,7 +46,7 @@ jobs: needs: [build_wheels, build_sdist] runs-on: ubuntu-24.04 steps: - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 with: pattern: cibw-* path: dist @@ -66,7 +66,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 with: pattern: cibw-* path: dist