Skip to content

Commit ca27400

Browse files
Bump actions/download-artifact from 4 to 5 (#2311)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - vLLM version: v0.10.0 - vLLM main: vllm-project/vllm@ebf7605 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0f0b70 commit ca27400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accuracy_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
git checkout -B "${BRANCH_NAME}" upstream/main
262262
263263
- name: Download only current run reports
264-
uses: actions/download-artifact@v4
264+
uses: actions/download-artifact@v5
265265
with:
266266
path: ./docs/source/developer_guide/evaluation/accuracy_report
267267
pattern: report-*

0 commit comments

Comments
 (0)