build(deps): bump actions/download-artifact from 2 to 3 (#29982)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  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] 2022-04-11 09:55:32 +02:00 committed by GitHub
parent b1b9ed298d
commit 8e177a45d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@ jobs:
run: | run: |
mkdir -p spack_installer mkdir -p spack_installer
echo "spack_installer=$((pwd).Path)\spack_installer" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append echo "spack_installer=$((pwd).Path)\spack_installer" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v3
with: with:
name: Windows Spack Installer Bundle name: Windows Spack Installer Bundle
path: ${{ env.spack_installer }} path: ${{ env.spack_installer }}
@ -176,7 +176,7 @@ jobs:
$LASTEXITCODE $LASTEXITCODE
env: env:
ProgressPreference: SilentlyContinue ProgressPreference: SilentlyContinue
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v3
with: with:
name: Windows Spack Installer name: Windows Spack Installer
path: ${{ env.spack_installer }} path: ${{ env.spack_installer }}