File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8585 with :
8686 version : v1.31.2-k3s1
8787 - name : Download preflight binary
88- uses : actions/download-artifact@v4
88+ uses : actions/download-artifact@v5
8989 with :
9090 name : preflight
9191 path : bin/
@@ -121,7 +121,7 @@ jobs:
121121 with :
122122 version : v1.31.2-k3s1
123123 - name : Download support bundle binary
124- uses : actions/download-artifact@v4
124+ uses : actions/download-artifact@v5
125125 with :
126126 name : support-bundle
127127 path : bin/
@@ -135,13 +135,13 @@ jobs:
135135 steps :
136136 - uses : actions/checkout@v4
137137 - name : Download support bundle binary
138- uses : actions/download-artifact@v4
138+ uses : actions/download-artifact@v5
139139 with :
140140 name : support-bundle
141141 path : bin/
142142 - run : chmod +x bin/support-bundle
143143 - name : Download preflight binary
144- uses : actions/download-artifact@v4
144+ uses : actions/download-artifact@v5
145145 with :
146146 name : preflight
147147 path : bin/
You can’t perform that action at this time.
0 commit comments