Skip to content

Commit 3974bf6

Browse files
Bump actions/download-artifact from 5 to 6 (#1226)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc26ad3 commit 3974bf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/keycloak-scalability-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
ref: 'result-data'
194194

195-
- uses: actions/download-artifact@v5
195+
- uses: actions/download-artifact@v6
196196
with:
197197
name: summary
198198

.github/workflows/rosa-multi-cluster-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ jobs:
477477
with:
478478
ref: 'result-data'
479479

480-
- uses: actions/download-artifact@v5
480+
- uses: actions/download-artifact@v6
481481
with:
482482
name: final-report-json-${{ inputs.outputArchiveSuffix }}
483483

.github/workflows/rosa-single-cluster-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
with:
375375
ref: 'result-data'
376376

377-
- uses: actions/download-artifact@v5
377+
- uses: actions/download-artifact@v6
378378
with:
379379
name: final-report-json-${{ inputs.outputArchiveSuffix }}
380380

0 commit comments

Comments
 (0)