Skip to content

Commit 86d827d

Browse files
authored
Merge pull request bank-vaults#294 from bank-vaults/dependabot/github_actions/actions/download-artifact-4.1.1
build(deps): bump actions/download-artifact from 4.1.0 to 4.1.1
2 parents 8f4573c + f9d6cc7 commit 86d827d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,12 @@ jobs:
242242
run: nix develop --impure .#ci
243243

244244
- name: Download docker image
245-
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
245+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
246246
with:
247247
name: "[container-image] Docker tarball"
248248

249249
- name: Download helm chart
250-
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
250+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
251251
with:
252252
name: "[helm-chart] package"
253253

0 commit comments

Comments
 (0)