build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1 (#33471)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](3cea537223...83fd05a356
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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
28a77c2821
commit
c0170a675b
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build-containers.yml
vendored
2
.github/workflows/build-containers.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload Dockerfile
|
- name: Upload Dockerfile
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
|
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
|
||||||
with:
|
with:
|
||||||
name: dockerfiles
|
name: dockerfiles
|
||||||
path: dockerfiles
|
path: dockerfiles
|
||||||
|
|
4
.github/workflows/windows_python.yml
vendored
4
.github/workflows/windows_python.yml
vendored
|
@ -109,11 +109,11 @@ jobs:
|
||||||
echo "installer_root=$((pwd).Path)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
|
echo "installer_root=$((pwd).Path)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
|
||||||
env:
|
env:
|
||||||
ProgressPreference: SilentlyContinue
|
ProgressPreference: SilentlyContinue
|
||||||
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
|
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
|
||||||
with:
|
with:
|
||||||
name: Windows Spack Installer Bundle
|
name: Windows Spack Installer Bundle
|
||||||
path: ${{ env.installer_root }}\pkg\Spack.exe
|
path: ${{ env.installer_root }}\pkg\Spack.exe
|
||||||
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
|
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
|
||||||
with:
|
with:
|
||||||
name: Windows Spack Installer
|
name: Windows Spack Installer
|
||||||
path: ${{ env.installer_root}}\pkg\Spack.msi
|
path: ${{ env.installer_root}}\pkg\Spack.msi
|
||||||
|
|
Loading…
Reference in a new issue