1919 combos : ${{ steps.get_combos.outputs.combos }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Get Builders
2525 id : get-builders
8888 builders_changed : ${{ steps.compare_previous_release.outputs.builders_changed }}
8989 steps :
9090 - name : Checkout
91- uses : actions/checkout@v5
91+ uses : actions/checkout@v6
9292 with :
9393 fetch-depth : 0 # gets full history
9494
@@ -122,7 +122,7 @@ jobs:
122122
123123 steps :
124124 - name : Checkout
125- uses : actions/checkout@v5
125+ uses : actions/checkout@v6
126126
127127 - name : Setup Go
128128 uses : actions/setup-go@v6
@@ -148,7 +148,7 @@ jobs:
148148 builder_info : ${{ steps.notes.outputs.body }}
149149 steps :
150150 - name : Checkout
151- uses : actions/checkout@v5
151+ uses : actions/checkout@v6
152152
153153 - name : Setup Go
154154 uses : actions/setup-go@v6
@@ -181,7 +181,7 @@ jobs:
181181 | grep -v 'Warning' > "${{ matrix.builders.name }}-info.md"
182182
183183 - name : Upload info for ${{ matrix.builders.name }}
184- uses : actions/upload-artifact@v4
184+ uses : actions/upload-artifact@v6
185185 with :
186186 name : " ${{ matrix.builders.name }}-info.md"
187187 path : " ${{ matrix.builders.name }}-info.md"
@@ -192,12 +192,12 @@ jobs:
192192 needs : [preparation, get_builders_info]
193193 steps :
194194 - name : Checkout With History
195- uses : actions/checkout@v5
195+ uses : actions/checkout@v6
196196 with :
197197 fetch-depth : 0 # gets full history
198198
199199 - name : Download Release Note File(s)
200- uses : actions/download-artifact@v4
200+ uses : actions/download-artifact@v6
201201 with :
202202 path : info
203203 pattern : " *info.md"
0 commit comments