From ff282f36d7a028c0ab8f90ec1650a595b3dc53f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:39:00 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/report-main.yml | 4 ++-- .github/workflows/workflow-native.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/report-main.yml b/.github/workflows/report-main.yml index b2924e0f3..27edff435 100644 --- a/.github/workflows/report-main.yml +++ b/.github/workflows/report-main.yml @@ -90,7 +90,7 @@ jobs: path: "results" - name: Download all status artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: status-* @@ -138,7 +138,7 @@ jobs: curl 'https://percy.io/api/v1/builds?filter\[sha\]=${{ needs.get-environment.outputs.gitref }}' -H 'Authorization: Token token=${{ secrets.PERCY_TOKEN_MOBILE }}' | jq '.data[0].attributes' > results/${{ needs.get-environment.outputs.date }}-${{ needs.get-environment.outputs.gitref }}/mobile-percy - name: Download all Pixel Eagle artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: pixeleagle-* diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index b16385e4d..6cde4979b 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -247,7 +247,7 @@ jobs: - os: Windows steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: screenshots-${{ matrix.os }}-*