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:
parent
b1b9ed298d
commit
8e177a45d2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows_python.yml
vendored
4
.github/workflows/windows_python.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue