From 9e025ff095d42ea9e792eea3286b77ab3af2fd6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:43:16 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact digest to 8caf195 --- .github/workflows/make-deb-and-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make-deb-and-publish.yaml b/.github/workflows/make-deb-and-publish.yaml index cad690d..f67d5d3 100644 --- a/.github/workflows/make-deb-and-publish.yaml +++ b/.github/workflows/make-deb-and-publish.yaml @@ -116,7 +116,7 @@ jobs: with: bundler-cache: true - name: Download build artifact - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4 with: name: binary-${{ matrix.goarch }} - name: Package @@ -171,7 +171,7 @@ jobs: needs: build-package steps: - name: Download deb artifact - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4 with: pattern: deb-package-* merge-multiple: true