File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7474 with :
7575 version : v1.31.2-k3s1
7676 - name : Download preflight binary
77- uses : actions/download-artifact@v5
77+ uses : actions/download-artifact@v6
7878 with :
7979 name : preflight
8080 path : bin/
@@ -104,7 +104,7 @@ jobs:
104104 with :
105105 version : v1.31.2-k3s1
106106 - name : Download support bundle binary
107- uses : actions/download-artifact@v5
107+ uses : actions/download-artifact@v6
108108 with :
109109 name : support-bundle
110110 path : bin/
@@ -118,13 +118,13 @@ jobs:
118118 steps :
119119 - uses : actions/checkout@v5
120120 - name : Download support bundle binary
121- uses : actions/download-artifact@v5
121+ uses : actions/download-artifact@v6
122122 with :
123123 name : support-bundle
124124 path : bin/
125125 - run : chmod +x bin/support-bundle
126126 - name : Download preflight binary
127- uses : actions/download-artifact@v5
127+ uses : actions/download-artifact@v6
128128 with :
129129 name : preflight
130130 path : bin/
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 with :
127127 version : v1.31.2-k3s1
128128
129- - uses : actions/download-artifact@v4
129+ - uses : actions/download-artifact@v6
130130 with :
131131 name : binaries
132132 path : bin/
You can’t perform that action at this time.
0 commit comments