Skip to content

Commit 22a40b7

Browse files
chore(deps): update actions/download-artifact action to v6 (#3003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b82721 commit 22a40b7

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@v5
47+
uses: actions/download-artifact@v6
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@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_*'

0 commit comments

Comments
 (0)