Skip to content

Commit 7ecc492

Browse files
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](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] <[email protected]>
1 parent 401031a commit 7ecc492

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
### playwright-report
124124
- name: Download blob reports from GitHub Actions Artifacts
125-
uses: actions/download-artifact@v4
125+
uses: actions/download-artifact@v7
126126
with:
127127
path: all-blob-reports
128128
pattern: blob-report-*
@@ -146,7 +146,7 @@ jobs:
146146

147147
### playwright-screenshots
148148
- name: Download & merge screenshots from GitHub Actions Artifacts
149-
uses: actions/download-artifact@v4
149+
uses: actions/download-artifact@v7
150150
with:
151151
path: test/playwright/__screenshots__
152152
pattern: playwright-screenshots-*
@@ -159,7 +159,7 @@ jobs:
159159

160160
### [PR] master-screenshots-outcome
161161
- name: '[PR] Download master-screenshots-outcome files'
162-
uses: actions/download-artifact@v4
162+
uses: actions/download-artifact@v7
163163
with:
164164
path: master-screenshots-outcomes
165165
pattern: master-screenshots-outcome-*
@@ -184,7 +184,7 @@ jobs:
184184

185185
### playwright-output
186186
- name: Download playwright-output files
187-
uses: actions/download-artifact@v4
187+
uses: actions/download-artifact@v7
188188
with:
189189
path: playwright-outputs
190190
pattern: playwright-output-*

0 commit comments

Comments
 (0)