File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 workflow_call :
55
66env :
7- K8S_VERSION : v1.31 .2
8- MICROK8S_CHANNEL : 1.31 /stable
9- SHIM_SPIN_VERSION : v0.17 .0
7+ K8S_VERSION : v1.32 .2
8+ MICROK8S_CHANNEL : 1.32 /stable
9+ SHIM_SPIN_VERSION : v0.18 .0
1010 DOCKER_BUILD_SUMMARY : false
1111
1212jobs :
5151 tags : ${{ matrix.config.name }}:chart-test
5252
5353 - name : Upload artifact
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v6
5555 with :
5656 name : image-${{ matrix.config.name }}
5757 path : /tmp/${{ matrix.config.name }}.tar
8585 - name : Install helm
8686 uses : Azure/setup-helm@v4
8787 with :
88- version : v3.15.4
88+ version : v3.17.2
8989
9090 - name : Download artifact
9191 uses : actions/download-artifact@v4
@@ -106,7 +106,7 @@ jobs:
106106
107107 - name : Create minikube cluster
108108 if : matrix.config.type == 'minikube'
109- uses :
medyagh/[email protected] .18 109+ uses :
medyagh/[email protected] .19 110110 with :
111111 container-runtime : containerd
112112 kubernetes-version : ${{ env.K8S_VERSION }}
You can’t perform that action at this time.
0 commit comments