Build(deps): Bump actions/download-artifact from 6.0.0 to 7.0.0

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 7.0.0
  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]
2026-01-01 17:08:18 +00:00
committed by GitHub
parent 0b82e18848
commit d509fd55d6

View File

@@ -419,7 +419,7 @@ jobs:
echo "EMULATOR_ICICLE=${{ matrix.emulator == 'Icicle' }}" >> $GITHUB_ENV echo "EMULATOR_ICICLE=${{ matrix.emulator == 'Icicle' }}" >> $GITHUB_ENV
- name: Download Test Configuration - name: Download Test Configuration
uses: actions/download-artifact@v6.0.0 uses: actions/download-artifact@v7.0.0
with: with:
name: Temp ${{ matrix.platform }} ${{matrix.configuration}} Test Config name: Temp ${{ matrix.platform }} ${{matrix.configuration}} Test Config
path: build/${{matrix.preset}} path: build/${{matrix.preset}}
@@ -490,7 +490,7 @@ jobs:
echo "EMULATOR_ICICLE=${{ matrix.emulator == 'Icicle' }}" >> $GITHUB_ENV echo "EMULATOR_ICICLE=${{ matrix.emulator == 'Icicle' }}" >> $GITHUB_ENV
- name: Download Test Configuration - name: Download Test Configuration
uses: actions/download-artifact@v6.0.0 uses: actions/download-artifact@v7.0.0
with: with:
name: Temp Isolate Windows x86_64 ${{ matrix.configuration}} Test Config name: Temp Isolate Windows x86_64 ${{ matrix.configuration}} Test Config
path: build/${{ matrix.preset }} path: build/${{ matrix.preset }}