From 55a6d851bccd8d1c04f3e591ef3fdd6139cf41f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:33:15 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/actions/download-archive/action.yml | 2 +- .../workflows/actions/update-reference-screenshots/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions/download-archive/action.yml b/.github/workflows/actions/download-archive/action.yml index 04cf5108f26..343e2451bce 100644 --- a/.github/workflows/actions/download-archive/action.yml +++ b/.github/workflows/actions/download-archive/action.yml @@ -10,7 +10,7 @@ inputs: runs: using: 'composite' steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: ${{ inputs.name }} path: ${{ inputs.path }} diff --git a/.github/workflows/actions/update-reference-screenshots/action.yml b/.github/workflows/actions/update-reference-screenshots/action.yml index 256676fe484..d454b2e2a32 100644 --- a/.github/workflows/actions/update-reference-screenshots/action.yml +++ b/.github/workflows/actions/update-reference-screenshots/action.yml @@ -10,7 +10,7 @@ runs: - uses: actions/setup-node@v4 with: node-version: 22.x - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: path: ./artifacts - name: Extract Archives