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