From 426d1cda1d1b720b9079f9a24d3d757d15510de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 12:04:16 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.1 to 4.6.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker_build.yml | 2 +- .github/workflows/e2e-run.yml | 8 ++++---- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 35ecc5390..cbed44e06 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -81,7 +81,7 @@ jobs: docker image save kafka-ui:temp > /tmp/image.tar - name: Upload docker image - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4 with: name: image path: /tmp/image.tar diff --git a/.github/workflows/e2e-run.yml b/.github/workflows/e2e-run.yml index 954ae62c3..c0f91a849 100644 --- a/.github/workflows/e2e-run.yml +++ b/.github/workflows/e2e-run.yml @@ -44,7 +44,7 @@ jobs: -Pversion=latest - name: Upload build artifacts - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4 with: name: artifacts path: | @@ -58,7 +58,7 @@ jobs: docker image save ghcr.io/kafbat/kafka-ui:latest > /tmp/image.tar - name: Upload docker image - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4 with: name: image path: /tmp/image.tar @@ -121,7 +121,7 @@ jobs: - name: Upload allure reports artifact if: '!cancelled()' - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4 with: name: reports path: ./e2e-tests/build/allure-results @@ -129,7 +129,7 @@ jobs: - name: Upload selenide results artifact if: failure() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4 with: name: selenide-results path: ./e2e-tests/build/selenide-results diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94e6f92f9..0ebec2560 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: -Pversion=$version - name: Upload jar - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4 with: name: kafbat-ui-${{ steps.build.outputs.version }} path: api/build/libs/api-${{ steps.build.outputs.version }}.jar diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8f700916..727db2dfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: tag: ${{ github.event.release.tag_name }} - name: Archive JAR - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4 with: name: kafbat-ui-${{ steps.build.outputs.version }} path: api/build/libs/api-${{ steps.build.outputs.version }}.jar