From 851e3f559a0d50b26ed1ee6a77b1f7cd6b79d4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:46:17 +0100 Subject: [PATCH] chore: Bump actions/upload-artifact from 3 to 4 (#20226) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release_please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_please.yml b/.github/workflows/release_please.yml index b0b13d77f..99b0f1501 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -63,7 +63,7 @@ jobs: env: GH_TOKEN: ${{secrets.GH_TOKEN}} - name: Upload changelog - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: changelog path: changelog.md