Skip to content

Commit

Permalink
Update actions/download-artifact digest to eaceaf8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 6, 2024
1 parent c0faebc commit 5f847a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-deb-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5f847a4

Please sign in to comment.