Skip to content

Commit

Permalink
chore(deps): Bump actions/download-artifact from 4.1.8 to 4.1.9 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 2, 2025
1 parent 61c20a9 commit 1dce794
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 @@ -235,12 +235,12 @@ jobs:
run: nix develop --impure .#ci

- name: Download docker image
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: "[container-image] Docker tarball"

- name: Download helm chart
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: "[helm-chart] package"

Expand Down

0 comments on commit 1dce794

Please sign in to comment.