diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 498ad61..802196f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -235,12 +235,12 @@ jobs: run: nix develop --impure .#ci - name: Download docker image - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: "[container-image] Docker tarball" - name: Download helm chart - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: "[helm-chart] package"