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