summaryrefslogtreecommitdiff
path: root/.github/workflows/build-containers.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-07 06:50:18 +0200
committerGitHub <noreply@github.com>2024-08-07 06:50:18 +0200
commitf9fa160a243c8d7f17cd195abaedbf057177505e (patch)
tree9801914b9f7fcab298155801386d0b98914b003b /.github/workflows/build-containers.yml
parent1ee29929a731a685c2e1b83c713b4126ab7aa8d1 (diff)
downloadspack-f9fa160a243c8d7f17cd195abaedbf057177505e.tar.gz
spack-f9fa160a243c8d7f17cd195abaedbf057177505e.tar.bz2
spack-f9fa160a243c8d7f17cd195abaedbf057177505e.tar.xz
spack-f9fa160a243c8d7f17cd195abaedbf057177505e.zip
build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#45608)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/89ef406dd8d7e03cfd12d9e0a4a378f454709029...834a144ee995460fba8ed112a2fc961b36a5ec5a) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/build-containers.yml')
-rw-r--r--.github/workflows/build-containers.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml
index cd5998f1f8..288996881f 100644
--- a/.github/workflows/build-containers.yml
+++ b/.github/workflows/build-containers.yml
@@ -87,7 +87,7 @@ jobs:
fi
- name: Upload Dockerfile
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: dockerfiles_${{ matrix.dockerfile[0] }}
path: dockerfiles
@@ -126,7 +126,7 @@ jobs:
needs: deploy-images
steps:
- name: Merge Artifacts
- uses: actions/upload-artifact/merge@89ef406dd8d7e03cfd12d9e0a4a378f454709029
+ uses: actions/upload-artifact/merge@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: dockerfiles
pattern: dockerfiles_*