Skip to content

Commit af4777e

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#21181)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b1d66f commit af4777e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
run: yarn install --immutable --immutable-cache
353353

354354
- name: Download vrt blob reports from GitHub Actions Artifacts
355-
uses: actions/download-artifact@v6
355+
uses: actions/download-artifact@v7
356356
with:
357357
path: all-playwright-vrt-blob-reports
358358
pattern: playwright-vrt-blob-report-*
@@ -371,7 +371,7 @@ jobs:
371371
retention-days: 14
372372

373373
- name: Download avt blob reports from GitHub Actions Artifacts
374-
uses: actions/download-artifact@v6
374+
uses: actions/download-artifact@v7
375375
with:
376376
path: all-playwright-avt-blob-reports
377377
pattern: playwright-avt-blob-report-*

0 commit comments

Comments
 (0)