diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-10 11:23:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 11:23:13 +0100 |
commit | 6158e4d8aad94572e829678ccf7e1f8f0c1ec711 (patch) | |
tree | 97b422cf726aa144fc335004a7acf7ac1475105a /.github/workflows | |
parent | 8c3c8a4e4d9e6a587be6b20fe52f927fe81e5167 (diff) | |
download | spack-6158e4d8aad94572e829678ccf7e1f8f0c1ec711.tar.gz spack-6158e4d8aad94572e829678ccf7e1f8f0c1ec711.tar.bz2 spack-6158e4d8aad94572e829678ccf7e1f8f0c1ec711.tar.xz spack-6158e4d8aad94572e829678ccf7e1f8f0c1ec711.zip |
build(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 (#34848)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/83fd05a356d7e2593de66fc9913b3002723633cb...0b7f8abb1508181956e8e162db84b466c27e18ce)
---
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/workflows')
-rw-r--r-- | .github/workflows/build-containers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index dda26ca8c1..0ccc8ae2d7 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@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: dockerfiles path: dockerfiles |