From 0dd1c925f8d945a817a7b842d55851345ba6fe67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:57:59 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/screenshot-capture.yml | 4 ++-- .github/workflows/visual-comparison.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/screenshot-capture.yml b/.github/workflows/screenshot-capture.yml index 558fba8b5f..596e6bee68 100644 --- a/.github/workflows/screenshot-capture.yml +++ b/.github/workflows/screenshot-capture.yml @@ -90,7 +90,7 @@ jobs: with: attempt_limit: 3 attempt_delay: 60000 - action: actions/download-artifact@v5 + action: actions/download-artifact@v8 with: | name: build path: build @@ -116,7 +116,7 @@ jobs: actions: read steps: - name: Download screenshots - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: path: screenshots pattern: screenshots-* diff --git a/.github/workflows/visual-comparison.yml b/.github/workflows/visual-comparison.yml index d24c431a6d..dffee62e82 100644 --- a/.github/workflows/visual-comparison.yml +++ b/.github/workflows/visual-comparison.yml @@ -142,7 +142,7 @@ jobs: with: attempt_limit: 3 attempt_delay: 60000 - action: actions/download-artifact@v5 + action: actions/download-artifact@v8 with: | name: build path: build @@ -228,7 +228,7 @@ jobs: attempt_delay: 60000 - name: Download blob reports - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: path: all-blob-reports pattern: blob-report-* @@ -266,7 +266,7 @@ jobs: continue-on-error: true steps: - name: Download HTML report - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: report path: playwright-report