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:
223
223
persist-credentials : false
224
224
fetch-depth : 0
225
225
- name : Download results
226
- uses : actions/download-artifact@v4
226
+ uses : actions/download-artifact@v5
227
227
with :
228
228
path : ./.keda
229
229
pattern : ' results_*'
@@ -258,7 +258,7 @@ jobs:
258
258
persist-credentials : false
259
259
fetch-depth : 0
260
260
- name : Download results
261
- uses : actions/download-artifact@v4
261
+ uses : actions/download-artifact@v5
262
262
with :
263
263
path : ./.keda
264
264
pattern : ' results_*'
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
python3 -m pip install -r tests/requirements.txt
176
176
python3 tests/build-backward-compatible/fetch_version.py
177
177
- name : Download results
178
- uses : actions/download-artifact@v4
178
+ uses : actions/download-artifact@v5
179
179
with :
180
180
path : ./CHANGELOG/${{ env.GRID_VERSION }}
181
181
pattern : ' image_tags_*'
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
python3 -m pip install -r tests/requirements.txt
176
176
python3 tests/build-backward-compatible/fetch_version.py
177
177
- name : Download results
178
- uses : actions/download-artifact@v4
178
+ uses : actions/download-artifact@v5
179
179
with :
180
180
path : ./CHANGELOG/${{ env.GRID_VERSION }}
181
181
pattern : ' image_tags_*'
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
python3 tests/build-backward-compatible/fetch_firefox_version.py
177
177
python3 tests/build-backward-compatible/fetch_version.py
178
178
- name : Download results
179
- uses : actions/download-artifact@v4
179
+ uses : actions/download-artifact@v5
180
180
with :
181
181
path : ./CHANGELOG/${{ env.GRID_VERSION }}
182
182
pattern : ' image_tags_*'
You can’t perform that action at this time.
0 commit comments