File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 - name : Create CHANGELOG directory
4545 run : mkdir -p ./CHANGELOG/${{ inputs.grid-version }}
4646 - name : Download results
47- uses : actions/download-artifact@v5
47+ uses : actions/download-artifact@v6
4848 with :
4949 path : ./CHANGELOG/${{ inputs.grid-version }}
5050 pattern : ' image_tags_*'
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223223 persist-credentials : false
224224 fetch-depth : 0
225225 - name : Download results
226- uses : actions/download-artifact@v5
226+ uses : actions/download-artifact@v6
227227 with :
228228 path : ./.keda
229229 pattern : ' results_*'
@@ -258,7 +258,7 @@ jobs:
258258 persist-credentials : false
259259 fetch-depth : 0
260260 - name : Download results
261- uses : actions/download-artifact@v5
261+ uses : actions/download-artifact@v6
262262 with :
263263 path : ./.keda
264264 pattern : ' results_*'
You can’t perform that action at this time.
0 commit comments