Skip to content

Commit

Permalink
Merge pull request #48 from bank-vaults/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4.1.7

build(deps): Bump actions/download-artifact from 4.1.5 to 4.1.7
  • Loading branch information
csatib02 authored Apr 28, 2024
2 parents 1543d7c + ba81289 commit bf80cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,12 @@ jobs:
run: nix develop --impure .#ci

- name: Download docker image
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: "[container-image] Docker tarball"

- name: Download helm chart
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: "[helm-chart] package"

Expand Down

0 comments on commit bf80cd1

Please sign in to comment.