From e3d0664095610f8eee466ffaecd4b89bdb21b1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:56:10 +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 bb7429377d..607718c62d 100644 --- a/.github/workflows/pr-deploy-container-image.yml +++ b/.github/workflows/pr-deploy-container-image.yml @@ -35,7 +35,7 @@ jobs: docker load --input ${{ runner.temp }}/build.tar - name: Fetch pr number from GHA - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ${{ github.event.workflow_run.id }}-number github-token: ${{ github.token }} diff --git a/.github/workflows/pr-deploy-test-branch.yml b/.github/workflows/pr-deploy-test-branch.yml index b6c0ca83c7..3c43143c34 100644 --- a/.github/workflows/pr-deploy-test-branch.yml +++ b/.github/workflows/pr-deploy-test-branch.yml @@ -49,7 +49,7 @@ jobs: run-id: ${{ github.event.workflow_run.id }} - name: Fetch pr number from GHA - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ${{ github.event.workflow_run.id }}-number github-token: ${{ github.token }}