From c59de90e3b6bc7284d82b4d00eb15f7e214bebce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:02:08 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 3.1.4 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.4 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/09f2f74827fd3a8607589e5ad7f9398816f540fe...b6e2e70617bc3265edd6dab6c906732b2f1ae151) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/screenshot_comment.yml | 4 ++-- .github/workflows/screenshot_compare.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/screenshot_comment.yml b/.github/workflows/screenshot_comment.yml index 7b2e99f9c24d..7da9d6c0b268 100644 --- a/.github/workflows/screenshot_comment.yml +++ b/.github/workflows/screenshot_comment.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Download PR number artifact - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 with: name: pr run_id: ${{ github.event.workflow_run.id }} @@ -54,7 +54,7 @@ jobs: run: | echo "pull_request_number=$(cat NR)" >> "$GITHUB_OUTPUT" - name: Download screenshot diff artifact - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 with: run_id: ${{ github.event.workflow_run.id }} name: screenshot-diff diff --git a/.github/workflows/screenshot_compare.yml b/.github/workflows/screenshot_compare.yml index fdb0e9995154..f3560e6483dc 100644 --- a/.github/workflows/screenshot_compare.yml +++ b/.github/workflows/screenshot_compare.yml @@ -57,7 +57,7 @@ jobs: gradle-version: wrapper - name: Download base branch screenshots - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 continue-on-error: true with: name: screenshot