From 65b938cce702603997baa794262bd64e592bd9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:56:52 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/playwright.yml | 2 +- .github/workflows/security-audit.yml | 2 +- .github/workflows/smokeshow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 29384808..e9d415d0 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -125,7 +125,7 @@ jobs: run: pnpm install --frozen-lockfile working-directory: admin - name: Download blob reports from GitHub Actions Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: admin/all-blob-reports pattern: blob-report-* diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 84d0b39b..b43adf1d 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -128,7 +128,7 @@ jobs: uses: actions/checkout@v4 - name: Download audit artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: audit-results diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index 6ef7f02c..0fe69ebf 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@v4 + - uses: actions/download-artifact@v6 with: name: coverage-html path: backend/htmlcov