This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Commit 8435523 1 parent e4ee315 commit 8435523 Copy full SHA for 8435523
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
fi
81
81
82
82
- name : Upload Dockerfile
83
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
83
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
84
84
with :
85
85
name : dockerfiles
86
86
path : dockerfiles
Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ jobs:
109
109
echo "installer_root=$((pwd).Path)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
110
110
env :
111
111
ProgressPreference : SilentlyContinue
112
- - uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
112
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
113
113
with :
114
114
name : Windows Spack Installer Bundle
115
115
path : ${{ env.installer_root }}\pkg\Spack.exe
116
- - uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
116
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
117
117
with :
118
118
name : Windows Spack Installer
119
119
path : ${{ env.installer_root}}\pkg\Spack.msi
You can’t perform that action at this time.
0 commit comments