From a2956e14d260b4753e05474322dd2a978dc8da33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:26:33 -0600 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 (#461) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 84faa1354..6a6d8d777 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -148,7 +148,7 @@ jobs: ref: refs/heads/helm-index - name: Download docs artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs