From d27fef85e774e59a0d199e14f37e502c4d110617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:45:36 +0700 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#69) 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 ca0e0ee18..b40826af0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: tag: ${{ github.event.release.tag_name }} - name: Archive JAR - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: kafbat-ui-${{ steps.build.outputs.version }} path: api/target/api-${{ steps.build.outputs.version }}.jar