diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1479aff..8099f5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -239,12 +239,12 @@ jobs: run: nix develop --impure .#ci - name: Download docker image - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: "[container-image] Docker tarball" - name: Download helm chart - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: "[helm-chart] package"