@@ -202,7 +202,7 @@ jobs:
202202 | gzip > docker.tar.gz
203203
204204 - name : cache
205- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
205+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
206206 with :
207207 name : docker.tar.gz
208208 path : docker.tar.gz
@@ -270,7 +270,7 @@ jobs:
270270
271271 strategy :
272272 matrix :
273- k8s : [v1.28.15, v1.29.10 , v1.30.6 , v1.31.2 ]
273+ k8s : [v1.28.15, v1.29.12 , v1.30.8 , v1.31.4, v1.32.0 ]
274274
275275 steps :
276276 - name : Checkout code
@@ -301,7 +301,7 @@ jobs:
301301 (needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
302302 strategy :
303303 matrix :
304- k8s : [v1.28.15, v1.29.10 , v1.30.6 , v1.31.2 ]
304+ k8s : [v1.28.15, v1.29.12 , v1.30.8 , v1.31.4, v1.32.0 ]
305305 uses : ./.github/workflows/zz-tmpl-k8s-e2e.yaml
306306 with :
307307 k8s-version : ${{ matrix.k8s }}
@@ -315,7 +315,7 @@ jobs:
315315 (needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
316316 strategy :
317317 matrix :
318- k8s : [v1.28.15, v1.29.10 , v1.30.6 , v1.31.2 ]
318+ k8s : [v1.28.15, v1.29.12 , v1.30.8 , v1.31.4, v1.32.0 ]
319319 uses : ./.github/workflows/zz-tmpl-k8s-e2e.yaml
320320 with :
321321 k8s-version : ${{ matrix.k8s }}
0 commit comments