summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-03 00:09:47 -0600
committerGitHub <noreply@github.com>2024-08-03 00:09:47 -0600
commit5aa3d9c39c8cf63ad6968d5727e2ea737efb1842 (patch)
treee0ff32f44b6eab4be37a6de135f962e8d619505f /.github
parent3ee6507dd64d9b73406e057286c84d7650c4ba88 (diff)
downloadspack-5aa3d9c39c8cf63ad6968d5727e2ea737efb1842.tar.gz
spack-5aa3d9c39c8cf63ad6968d5727e2ea737efb1842.tar.bz2
spack-5aa3d9c39c8cf63ad6968d5727e2ea737efb1842.tar.xz
spack-5aa3d9c39c8cf63ad6968d5727e2ea737efb1842.zip
build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 (#45559)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...89ef406dd8d7e03cfd12d9e0a4a378f454709029) --- 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')
-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 cc70e41ad2..cd5998f1f8 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@0b2256b8c012f0828dc542b3febcab082c67f72b
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
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@0b2256b8c012f0828dc542b3febcab082c67f72b
+ uses: actions/upload-artifact/merge@89ef406dd8d7e03cfd12d9e0a4a378f454709029
with:
name: dockerfiles
pattern: dockerfiles_*