summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-06 08:20:30 +0200
committerGitHub <noreply@github.com>2024-07-06 08:20:30 +0200
commitaeaa922eef45b14199b486fa2c188252df8c9544 (patch)
tree6d682cf91a36b0b7a4cc8d3d62e816040930135e /.github/workflows
parenta6d5a34be311de5fa9c9ab05f522b6adeedbf08d (diff)
downloadspack-aeaa922eef45b14199b486fa2c188252df8c9544.tar.gz
spack-aeaa922eef45b14199b486fa2c188252df8c9544.tar.bz2
spack-aeaa922eef45b14199b486fa2c188252df8c9544.tar.xz
spack-aeaa922eef45b14199b486fa2c188252df8c9544.zip
build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (#45069)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b) --- 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')
-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 4a39f86977..05b8097809 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@65462800fd760344b1a7b4382951275a0abb4808
+ uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
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@65462800fd760344b1a7b4382951275a0abb4808
+ uses: actions/upload-artifact/merge@0b2256b8c012f0828dc542b3febcab082c67f72b
with:
name: dockerfiles
pattern: dockerfiles_*