chore: bump actions/download-artifact from 4 to 5 (#54612)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  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>
This commit is contained in:
dependabot[bot] 2025-08-06 21:06:55 +08:00 committed by GitHub
parent 81a86966d2
commit 2597ab6b97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -63,7 +63,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
- name: download site artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: real-site
path: _site
@ -105,7 +105,7 @@ jobs:
needs: build-site
steps:
- name: download site artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: real-site
path: _site

View file

@ -123,7 +123,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
pattern: coverage-artifacts-*
merge-multiple: true

View file

@ -126,7 +126,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
pattern: coverage-artifacts-*
merge-multiple: true

View file

@ -54,7 +54,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
pattern: snapshot-artifacts-*
merge-multiple: true