Skip to content

Commit 0dd1c92

Browse files
chore(deps): bump actions/download-artifact from 5 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cc85c1 commit 0dd1c92

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/screenshot-capture.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
attempt_limit: 3
9292
attempt_delay: 60000
93-
action: actions/download-artifact@v5
93+
action: actions/download-artifact@v8
9494
with: |
9595
name: build
9696
path: build
@@ -116,7 +116,7 @@ jobs:
116116
actions: read
117117
steps:
118118
- name: Download screenshots
119-
uses: actions/download-artifact@v5
119+
uses: actions/download-artifact@v8
120120
with:
121121
path: screenshots
122122
pattern: screenshots-*

.github/workflows/visual-comparison.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
attempt_limit: 3
144144
attempt_delay: 60000
145-
action: actions/download-artifact@v5
145+
action: actions/download-artifact@v8
146146
with: |
147147
name: build
148148
path: build
@@ -228,7 +228,7 @@ jobs:
228228
attempt_delay: 60000
229229

230230
- name: Download blob reports
231-
uses: actions/download-artifact@v5
231+
uses: actions/download-artifact@v8
232232
with:
233233
path: all-blob-reports
234234
pattern: blob-report-*
@@ -266,7 +266,7 @@ jobs:
266266
continue-on-error: true
267267
steps:
268268
- name: Download HTML report
269-
uses: actions/download-artifact@v5
269+
uses: actions/download-artifact@v8
270270
with:
271271
name: report
272272
path: playwright-report

0 commit comments

Comments
 (0)