From f372ef5917d121563009c8ab7ff1c66093164743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:32:37 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/manual-generate.yml | 2 +- .github/workflows/release-chart.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-generate.yml b/.github/workflows/manual-generate.yml index 9c71b9fea..cc9fcd0ac 100644 --- a/.github/workflows/manual-generate.yml +++ b/.github/workflows/manual-generate.yml @@ -59,7 +59,7 @@ jobs: echo ::set-output name=filepath::${ROOT_DIR}/_upload/${FILENAME} - name: Upload chart artifact - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: charts path: ${{ steps.package_chart.outputs.filepath }} diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index 74171ccfb..a7dea715f 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -120,7 +120,7 @@ jobs: echo ::set-output name=project_list::${project_list} - name: Upload chart artifact - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: charts path: _upload