Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 8435523

Browse files
build(deps): bump actions/upload-artifact from 3.1.1 to 4.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@83fd05a...26f96df) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4ee315 commit 8435523

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-containers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
fi
8181
8282
- name: Upload Dockerfile
83-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
83+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
8484
with:
8585
name: dockerfiles
8686
path: dockerfiles

.github/workflows/windows_python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ jobs:
109109
echo "installer_root=$((pwd).Path)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
110110
env:
111111
ProgressPreference: SilentlyContinue
112-
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
112+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
113113
with:
114114
name: Windows Spack Installer Bundle
115115
path: ${{ env.installer_root }}\pkg\Spack.exe
116-
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
116+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
117117
with:
118118
name: Windows Spack Installer
119119
path: ${{ env.installer_root}}\pkg\Spack.msi

0 commit comments

Comments
 (0)