From 1f8a68d4c9800986772e1a75973f40e627e71675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 09:10:44 +0200 Subject: [PATCH] chore: Bump actions/upload-artifact from 2 to 3 (#17794) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- 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 7e54eca36..4d360ba74 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -70,7 +70,7 @@ jobs: allowUpdates: true tag: latest-dev - name: Upload changelog - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: changelog path: changelog.txt