diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bac9974..bcad10b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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"