From c8d0181ab86e1c6858acbdf50e1b6488e5bb56ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:46:37 +0000 Subject: [PATCH] Bump actions/upload-pages-artifact in the all-dependencies group Bumps the all-dependencies group with 1 update: [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-charts-index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-charts-index.yaml b/.github/workflows/helm-charts-index.yaml index 9f8774c..d6225bc 100644 --- a/.github/workflows/helm-charts-index.yaml +++ b/.github/workflows/helm-charts-index.yaml @@ -104,7 +104,7 @@ jobs: printf '%s\n' 'repositoryID: a16c06b8-a82e-4411-a741-07fd9a83ef9a' > .artifacts/helm/artifacthub-repo.yml - name: artifacts - upload github-pages - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: .artifacts/helm