Skip to content

Commit 40c9fca

Browse files
Update actions/download-artifact action to v5 (#2923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent 676f172 commit 40c9fca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/k8s-scaling-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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_*'

.github/workflows/release-chrome-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_*'

.github/workflows/release-edge-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_*'

.github/workflows/release-firefox-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_*'

0 commit comments

Comments
 (0)