From f4b15e7ceff1a1d1b0a1ed10b6522a93ce769581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:57:49 +0000 Subject: [PATCH] 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/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 f3891ca90..412c342a1 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@v6 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@v6 with: pattern: pixeleagle-* diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index 5302fa5fb..2419d3bcc 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@v6 with: pattern: screenshots-${{ matrix.os }}-*