File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176
177177 - name : Upload Report
178178 if : ${{ inputs.upload == true }}
179- uses : actions/upload-artifact@v4
179+ uses : actions/upload-artifact@v5
180180 with :
181181 name : " report-${{ env.GHA_VLLM_ASCEND_VERSION }}-${{ steps.report.outputs.markdown_name }}"
182182 path : ./benchmarks/accuracy/${{ steps.report.outputs.markdown_name }}.md
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Upload benchmark artifacts
138138 if : github.event_name != 'schedule' && github.event_name != 'workflow_dispatch'
139- uses : actions/upload-artifact@v4
139+ uses : actions/upload-artifact@v5
140140 with :
141141 name : " benchmark-performance-${{ matrix.vllm_branch }}-${{ matrix.vllm_ascend_branch }}-report"
142142 path : ./benchmarks/results/benchmark_results.md
Original file line number Diff line number Diff line change 6464 ls dist
6565
6666 - name : Archive tar.gz
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
6868 with :
6969 name : vllm-ascend-src
7070 path : dist/*
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 done
108108
109109 - name : Archive wheel
110- uses : actions/upload-artifact@v4
110+ uses : actions/upload-artifact@v5
111111 with :
112112 name : vllm-ascend-${{ matrix.os }}-py${{ matrix.python-version }}-wheel
113113 path : dist/*
You can’t perform that action at this time.
0 commit comments