Skip to content

Commit eda663e

Browse files
Update actions/download-artifact action to v8 (#3091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent ca5c99f commit eda663e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create-changelog-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Create CHANGELOG directory
4545
run: mkdir -p ./CHANGELOG/${{ inputs.grid-version }}
4646
- name: Download results
47-
uses: actions/download-artifact@v7
47+
uses: actions/download-artifact@v8
4848
with:
4949
path: ./CHANGELOG/${{ inputs.grid-version }}
5050
pattern: 'image_tags_*'

.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@v7
226+
uses: actions/download-artifact@v8
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@v7
261+
uses: actions/download-artifact@v8
262262
with:
263263
path: ./.keda
264264
pattern: 'results_*'

0 commit comments

Comments
 (0)