From c4b4fe0fefa67d7612c215ce091e6b32c81a8ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 07:41:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-deploy-container-image.yml | 2 +- .github/workflows/pr-deploy-test-branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-deploy-container-image.yml b/.github/workflows/pr-deploy-container-image.yml index a7d1193e85..5b2038f40c 100644 --- a/.github/workflows/pr-deploy-container-image.yml +++ b/.github/workflows/pr-deploy-container-image.yml @@ -23,7 +23,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download docker image from GHA - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ${{ github.event.workflow_run.id }} path: ${{ runner.temp }} diff --git a/.github/workflows/pr-deploy-test-branch.yml b/.github/workflows/pr-deploy-test-branch.yml index 98a2ac3979..2f442f618a 100644 --- a/.github/workflows/pr-deploy-test-branch.yml +++ b/.github/workflows/pr-deploy-test-branch.yml @@ -40,7 +40,7 @@ jobs: git clone -b gh-pages "git@github.com:${{ github.repository_owner }}/admin-interface-test.git" admin-interface-test - name: Fetch build from GHA - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ${{ github.event.workflow_run.id }} path: ${{ runner.temp }}/