From 5a2184ddfc4d921bd15811f0e0e39d2cd2ab82ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:58:31 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-release-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-release-config.yml b/.github/workflows/generate-release-config.yml index 987ad11..bd3be18 100644 --- a/.github/workflows/generate-release-config.yml +++ b/.github/workflows/generate-release-config.yml @@ -30,7 +30,7 @@ jobs: mkdir -p ./.github/release-config echo "$CONFIG_CONTENT" > ./.github/release-config/${{ matrix.image }}-release-config.yml - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: changed-files path: ./.github/release-config/${{ matrix.image }}-release-config.yml