From 41048cdefb3494b6380a9909b5836166f1f8ea3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:31:32 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/process_image.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/process_image.yml b/.github/workflows/process_image.yml index 17554fb..c6495a9 100644 --- a/.github/workflows/process_image.yml +++ b/.github/workflows/process_image.yml @@ -60,7 +60,7 @@ jobs: - name: Download build artifact id: download_build_artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build.tar path: ${{ github.workspace }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8845df8..2930f9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Download presigned URL id: download_url - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: presigned_url.txt path: ${{ github.workspace }}