3737
3838 # Upload the contents of the build directory for later stages to use
3939 - name : Upload build artifacts
40- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
40+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
4141 with :
4242 name : build-artifacts
4343 path : build/
5151 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5252
5353 - name : Download build artifacts
54- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 .0.2
54+ uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4 .0.0
5555 with :
5656 name : build-artifacts
5757 path : build/
7474 - name : Save logs
7575 if : always()
7676 uses : ./.github/actions/save-logs
77+ with :
78+ suffix : -validate-without-cluster
7779
7880 # Run the tests on k3d
7981 validate-k3d :
8486 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8587
8688 - name : Download build artifacts
87- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 .0.2
89+ uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4 .0.0
8890 with :
8991 name : build-artifacts
9092 path : build/
@@ -110,6 +112,8 @@ jobs:
110112 - name : Save logs
111113 if : always()
112114 uses : ./.github/actions/save-logs
115+ with :
116+ suffix : -validate-k3d
113117
114118 # Run the tests on k3s
115119 validate-k3s :
@@ -120,7 +124,7 @@ jobs:
120124 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
121125
122126 - name : Download build artifacts
123- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 .0.2
127+ uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4 .0.0
124128 with :
125129 name : build-artifacts
126130 path : build/
@@ -146,6 +150,8 @@ jobs:
146150 - name : Save logs
147151 if : always()
148152 uses : ./.github/actions/save-logs
153+ with :
154+ suffix : -validate-k3s
149155
150156 # Run the tests on kind
151157 validate-kind :
@@ -156,7 +162,7 @@ jobs:
156162 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
157163
158164 - name : Download build artifacts
159- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 .0.2
165+ uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4 .0.0
160166 with :
161167 name : build-artifacts
162168 path : build/
@@ -184,6 +190,8 @@ jobs:
184190 - name : Save logs
185191 if : always()
186192 uses : ./.github/actions/save-logs
193+ with :
194+ suffix : -validate-kind
187195
188196 # Run the tests on minikube
189197 validate-minikube :
@@ -194,7 +202,7 @@ jobs:
194202 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
195203
196204 - name : Download build artifacts
197- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 .0.2
205+ uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4 .0.0
198206 with :
199207 name : build-artifacts
200208 path : build/
@@ -220,3 +228,5 @@ jobs:
220228 - name : Save logs
221229 if : always()
222230 uses : ./.github/actions/save-logs
231+ with :
232+ suffix : -validate-minikube
0 commit comments