Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)

Bump actions/download-artifact from 4 to 6 (#2230)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
894663e9 401031a7

+4 -4
+4 -4
.github/workflows/playwright.yml
··· 122 123 ### playwright-report 124 - name: Download blob reports from GitHub Actions Artifacts 125 - uses: actions/download-artifact@v4 126 with: 127 path: all-blob-reports 128 pattern: blob-report-* ··· 146 147 ### playwright-screenshots 148 - name: Download & merge screenshots from GitHub Actions Artifacts 149 - uses: actions/download-artifact@v4 150 with: 151 path: test/playwright/__screenshots__ 152 pattern: playwright-screenshots-* ··· 159 160 ### [PR] master-screenshots-outcome 161 - name: '[PR] Download master-screenshots-outcome files' 162 - uses: actions/download-artifact@v4 163 with: 164 path: master-screenshots-outcomes 165 pattern: master-screenshots-outcome-* ··· 184 185 ### playwright-output 186 - name: Download playwright-output files 187 - uses: actions/download-artifact@v4 188 with: 189 path: playwright-outputs 190 pattern: playwright-output-*
··· 122 123 ### playwright-report 124 - name: Download blob reports from GitHub Actions Artifacts 125 + uses: actions/download-artifact@v7 126 with: 127 path: all-blob-reports 128 pattern: blob-report-* ··· 146 147 ### playwright-screenshots 148 - name: Download & merge screenshots from GitHub Actions Artifacts 149 + uses: actions/download-artifact@v7 150 with: 151 path: test/playwright/__screenshots__ 152 pattern: playwright-screenshots-* ··· 159 160 ### [PR] master-screenshots-outcome 161 - name: '[PR] Download master-screenshots-outcome files' 162 + uses: actions/download-artifact@v7 163 with: 164 path: master-screenshots-outcomes 165 pattern: master-screenshots-outcome-* ··· 184 185 ### playwright-output 186 - name: Download playwright-output files 187 + uses: actions/download-artifact@v7 188 with: 189 path: playwright-outputs 190 pattern: playwright-output-*