summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-21 08:57:19 +0200
committerGitHub <noreply@github.com>2022-05-21 08:57:19 +0200
commit24f370491e89f8f7cb939e0025a61108d515e386 (patch)
tree9a8f6a3bc319296f8348ae4ecb95bce8e1956f4e /.github
parentd688a699fa2b8d4e4f72d635c831e9bedfefca91 (diff)
downloadspack-24f370491e89f8f7cb939e0025a61108d515e386.tar.gz
spack-24f370491e89f8f7cb939e0025a61108d515e386.tar.bz2
spack-24f370491e89f8f7cb939e0025a61108d515e386.tar.xz
spack-24f370491e89f8f7cb939e0025a61108d515e386.zip
build(deps): bump actions/upload-artifact from 3 to 3.1.0 (#30778)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...3cea5372237819ed00197afe530f5a7ea3e805c8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-containers.yml2
-rw-r--r--.github/workflows/windows_python.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml
index e5537783cd..5057a89a45 100644
--- a/.github/workflows/build-containers.yml
+++ b/.github/workflows/build-containers.yml
@@ -76,7 +76,7 @@ jobs:
fi
- name: Upload Dockerfile
- uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535
+ uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: dockerfiles
path: dockerfiles
diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml
index 10e4d4eee3..4707cab416 100644
--- a/.github/workflows/windows_python.yml
+++ b/.github/workflows/windows_python.yml
@@ -139,11 +139,11 @@ jobs:
echo "installer_root=$((pwd).Path)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
env:
ProgressPreference: SilentlyContinue
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: Windows Spack Installer Bundle
path: ${{ env.installer_root }}\pkg\Spack.exe
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: Windows Spack Installer
path: ${{ env.installer_root}}\pkg\Spack.msi