From f075baa2058799334580cf976a6b68e0e8f6d6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:16:00 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96af0e12..90a9cdbb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -260,17 +260,17 @@ jobs: steps: - uses: actions/checkout@v7 - name: Download backend image - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: image-backend path: /tmp/images - name: Download web image - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: image-web path: /tmp/images - name: Download proxy image - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: image-proxy path: /tmp/images