From 217a90bf614a3d895c5fbc65305a74ccbc747269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:10:19 -0500 Subject: [PATCH] chore(deps): update actions/download-artifact digest to b14cf4c (#16934) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker.yml | 4 ++-- .github/workflows/prepare-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 207486e610..f18d4ca1fe 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -237,7 +237,7 @@ jobs: - build_and_push_ml steps: - name: Download digests - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4 with: path: ${{ runner.temp }}/digests pattern: ml-digests-${{ matrix.device }}-* @@ -391,7 +391,7 @@ jobs: - build_and_push_server steps: - name: Download digests - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4 with: path: ${{ runner.temp }}/digests pattern: server-digests-* diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 1855d3be29..4df6e85971 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -81,7 +81,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: Download APK - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4 with: name: release-apk-signed