@@ -149,7 +149,7 @@ jobs:
149149 - name : Output Variables
150150 id : vars
151151 run : |
152- K8S_KIND_VERSION=v1.34.0 # renovate: datasource=docker depName=kindest/node
152+ K8S_KIND_VERSION=v1.34.2 # renovate: datasource=docker depName=kindest/node
153153 echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
154154 echo "min_k8s_version=v1.25.16" >> $GITHUB_OUTPUT
155155 echo "k8s_latest=${K8S_KIND_VERSION}" >> $GITHUB_OUTPUT
@@ -199,7 +199,7 @@ jobs:
199199 token : ${{ secrets.CODECOV_TOKEN }}
200200
201201 - name : Upload Coverage Report
202- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
202+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
203203 with :
204204 name : cover-${{ github.run_id }}.html
205205 path : ${{ github.workspace }}/cover.html
@@ -324,7 +324,7 @@ jobs:
324324 echo "json=$json" >> $GITHUB_OUTPUT
325325
326326 - name : Upload Artifacts
327- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
327+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
328328 with :
329329 name : dist-${{ github.run_id }}
330330 path : ${{ github.workspace }}/dist
@@ -359,7 +359,7 @@ jobs:
359359 go-version : stable
360360
361361 - name : Download Artifacts
362- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
362+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
363363 with :
364364 name : dist-${{ github.run_id }}
365365 path : ${{ github.workspace }}/dist
0 commit comments