diff --git a/.github/workflows/make-deb-and-publish.yaml b/.github/workflows/make-deb-and-publish.yaml index d70c8c6..35ee134 100644 --- a/.github/workflows/make-deb-and-publish.yaml +++ b/.github/workflows/make-deb-and-publish.yaml @@ -115,7 +115,7 @@ jobs: with: bundler-cache: true - name: Download build artifact - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4 with: name: binary-${{ matrix.goarch }} - name: Package @@ -170,7 +170,7 @@ jobs: needs: build-package steps: - name: Download deb artifact - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4 with: pattern: deb-package-* merge-multiple: true