From fecb939ff82a48531f4641823e956004b42fadb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:29:04 +0400 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3 (#1817) 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 12c11a771d..d7f3521cfb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: tag: ${{ github.event.release.tag_name }} - name: Archive JAR - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: kafka-ui-${{ steps.build.outputs.version }} path: kafka-ui-api/target/kafka-ui-api-${{ steps.build.outputs.version }}.jar