From 74b15eeefd473712e710394dd70b63dee7283691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:16:03 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v4 --- .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 12c01e5..fec7da1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -179,7 +179,7 @@ jobs: run: mv helm-index/* site - name: Upload release artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: site