build(deps): bump actions/download-artifact from 5 to 6

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...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>
This commit is contained in:
dependabot[bot]
2025-11-01 02:11:51 +00:00
committed by GitHub
parent 9bedca071a
commit 888bf5884e

View File

@@ -97,13 +97,13 @@ jobs:
runs-on: macos-latest
steps:
- name: Download macOS Intel build
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: macos-13-x86_64-apple-darwin-build
path: ./intel
- name: Download macOS ARM64 build
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: macos-latest-aarch64-apple-darwin-build
path: ./arm64
@@ -127,19 +127,19 @@ jobs:
uses: actions/checkout@v5
- name: Download Windows build artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: windows-latest-x86_64-pc-windows-msvc-build
path: ./builds/windows
- name: Download Linux build artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: ubuntu-latest-x86_64-unknown-linux-gnu-build
path: ./builds/linux
- name: Download macOS universal build artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: macos-universal-build
path: ./builds/macos