File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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@v4
226+ uses : actions/download-artifact@v5
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@v4
261+ uses : actions/download-artifact@v5
262262 with :
263263 path : ./.keda
264264 pattern : ' results_*'
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 python3 -m pip install -r tests/requirements.txt
176176 python3 tests/build-backward-compatible/fetch_version.py
177177 - name : Download results
178- uses : actions/download-artifact@v4
178+ uses : actions/download-artifact@v5
179179 with :
180180 path : ./CHANGELOG/${{ env.GRID_VERSION }}
181181 pattern : ' image_tags_*'
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 python3 -m pip install -r tests/requirements.txt
176176 python3 tests/build-backward-compatible/fetch_version.py
177177 - name : Download results
178- uses : actions/download-artifact@v4
178+ uses : actions/download-artifact@v5
179179 with :
180180 path : ./CHANGELOG/${{ env.GRID_VERSION }}
181181 pattern : ' image_tags_*'
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 python3 tests/build-backward-compatible/fetch_firefox_version.py
177177 python3 tests/build-backward-compatible/fetch_version.py
178178 - name : Download results
179- uses : actions/download-artifact@v4
179+ uses : actions/download-artifact@v5
180180 with :
181181 path : ./CHANGELOG/${{ env.GRID_VERSION }}
182182 pattern : ' image_tags_*'
You can’t perform that action at this time.
0 commit comments