From 9581560edb4e191260bdb6c2383f10784444a6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:11:56 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20actions/download-artifact=20?= =?UTF-8?q?from=206=20to=207=20(#2051)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/playwright.yml | 2 +- .github/workflows/smokeshow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4f8e903..442921a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -101,7 +101,7 @@ jobs: run: npm ci working-directory: frontend - name: Download blob reports from GitHub Actions Artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: frontend/all-blob-reports pattern: blob-report-* diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index d4519e9..4d46fb4 100644 --- a/.github/workflows/smokeshow.yml +++ b/.github/workflows/smokeshow.yml @@ -19,7 +19,7 @@ jobs: with: python-version: "3.10" - run: pip install smokeshow - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: coverage-html path: backend/htmlcov