Skip to content

Commit 6f8aab2

Browse files
Bump actions/download-artifact from 4 to 6 (#180)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8235f7e commit 6f8aab2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/report-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
path: "results"
9191

9292
- name: Download all status artifacts
93-
uses: actions/download-artifact@v4
93+
uses: actions/download-artifact@v6
9494
with:
9595
pattern: status-*
9696

@@ -138,7 +138,7 @@ jobs:
138138
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
139139
140140
- name: Download all Pixel Eagle artifacts
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v6
142142
with:
143143
pattern: pixeleagle-*
144144

.github/workflows/workflow-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
- os: Windows
248248
steps:
249249
- name: Download all artifacts
250-
uses: actions/download-artifact@v4
250+
uses: actions/download-artifact@v6
251251
with:
252252
pattern: screenshots-${{ matrix.os }}-*
253253

0 commit comments

Comments
 (0)