Skip to content

Commit

Permalink
Merge pull request #8 from bank-vaults/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4.1.4

chore: Bump actions/download-artifact from 4.1.2 to 4.1.4
  • Loading branch information
csatib02 authored Apr 5, 2024
2 parents 3f0ddc6 + d338506 commit ad3b71d
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@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: "[container-image] Docker tarball"

- name: Download helm chart
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: "[helm-chart] package"

Expand Down

0 comments on commit ad3b71d

Please sign in to comment.