From 6521adf2f64ad55f879ceeed7d2107ef212c7b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 09:43:09 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.9 to 4.3.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/cc203385981b70ca67e1cc392babf9cc229d5806...d3f86a106a0bac45b974a628896c90dbdf5c8093) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker_build.yml | 2 +- .github/workflows/docker_publish.yml | 2 +- .github/workflows/e2e-run.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 35ecc5390..612744576 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -24,7 +24,7 @@ jobs: token: ${{ github.token }} - name: Download artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # infered from @v4 with: name: kafbat-ui-${{ inputs.version }} path: api/build/libs diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index a71a3652b..c6a2b2d8d 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Download docker image - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # infered from @v4 with: name: image path: /tmp diff --git a/.github/workflows/e2e-run.yml b/.github/workflows/e2e-run.yml index 954ae62c3..576d3c118 100644 --- a/.github/workflows/e2e-run.yml +++ b/.github/workflows/e2e-run.yml @@ -83,13 +83,13 @@ jobs: cache: 'gradle' - name: Download build artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # infered from @v4 with: name: artifacts path: api/build - name: Download docker image - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # infered from @v4 with: name: image path: /tmp @@ -141,7 +141,7 @@ jobs: if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }} steps: - name: Download allure reports artifact - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # infered from @v4 with: name: reports path: ./e2e-tests/build/allure-results