Skip to content

Commit

Permalink
Merge pull request #294 from bank-vaults/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4.1.1

build(deps): bump actions/download-artifact from 4.1.0 to 4.1.1
  • Loading branch information
akijakya authored Jan 12, 2024
2 parents 8f4573c + f9d6cc7 commit 86d827d
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 @@ -242,12 +242,12 @@ jobs:
run: nix develop --impure .#ci

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

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

Expand Down

0 comments on commit 86d827d

Please sign in to comment.