summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-07 21:39:38 +0100
committerGitHub <noreply@github.com>2022-11-07 21:39:38 +0100
commitc0170a675b7dddf9239360f118d9f1990d42c1ca (patch)
tree150b1cc68f3f48a204e4fb4cf9171a492c8dcef0 /.github
parent28a77c2821d62a2800a63921f116fcf45a8f7342 (diff)
downloadspack-c0170a675b7dddf9239360f118d9f1990d42c1ca.tar.gz
spack-c0170a675b7dddf9239360f118d9f1990d42c1ca.tar.bz2
spack-c0170a675b7dddf9239360f118d9f1990d42c1ca.tar.xz
spack-c0170a675b7dddf9239360f118d9f1990d42c1ca.zip
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](https://github.com/actions/upload-artifact/compare/3cea5372237819ed00197afe530f5a7ea3e805c8...83fd05a356d7e2593de66fc9913b3002723633cb) --- 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>
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 062bf39e61..799fba8ba6 100644
--- a/.github/workflows/build-containers.yml
+++ b/.github/workflows/build-containers.yml
@@ -80,7 +80,7 @@ jobs:
fi
- name: Upload Dockerfile
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
+ uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
with:
name: dockerfiles
path: dockerfiles
diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml
index 7e6caa0189..05a98c4cba 100644
--- a/.github/workflows/windows_python.yml
+++ b/.github/workflows/windows_python.yml
@@ -109,11 +109,11 @@ jobs:
echo "installer_root=$((pwd).Path)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
env:
ProgressPreference: SilentlyContinue
- - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
+ - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
with:
name: Windows Spack Installer Bundle
path: ${{ env.installer_root }}\pkg\Spack.exe
- - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
+ - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
with:
name: Windows Spack Installer
path: ${{ env.installer_root}}\pkg\Spack.msi