From c7161ec30211c760b140536084d2be3706162981 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:00:36 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact digest to 65a9edc --- .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 effb3db..9f2d019 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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # 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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 with: pattern: deb-package-* merge-multiple: true