Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 7, 2024
1 parent f63cf70 commit e9fdfd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,15 @@ jobs:
run: kind create cluster --config test/kind.yaml --image kindest/node:${{ matrix.k8s_version }} --wait 1m

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

- name: Load Docker images to kind
run: kind load image-archive docker.tar

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

Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
run: nix develop --impure .#ci

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

Expand Down

0 comments on commit e9fdfd1

Please sign in to comment.