Bump actions/upload-artifact from 6 to 7 (#6906)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.

- vLLM version: v0.16.0
- vLLM main:
15d76f74e2

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-02 14:08:28 +08:00
committed by GitHub
parent 002ec24dd8
commit 86c9109d16
5 changed files with 6 additions and 6 deletions

View File

@@ -255,7 +255,7 @@ jobs:
- name: Upload logs - name: Upload logs
if: always() if: always()
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: ${{ inputs.config_file_path }}-pod-logs name: ${{ inputs.config_file_path }}-pod-logs
path: /tmp/vllm*_logs.txt path: /tmp/vllm*_logs.txt

View File

@@ -219,7 +219,7 @@ jobs:
- name: Upload Report - name: Upload Report
if: ${{ inputs.upload == true }} if: ${{ inputs.upload == true }}
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: report-${{ env.GHA_VLLM_ASCEND_VERSION }}-${{ steps.ts.outputs.artifact_ts }} name: report-${{ env.GHA_VLLM_ASCEND_VERSION }}-${{ steps.ts.outputs.artifact_ts }}
path: ./benchmarks/accuracy/ path: ./benchmarks/accuracy/

View File

@@ -98,7 +98,7 @@ jobs:
touch "${{ runner.temp }}/digests/${digest#sha256:}" touch "${{ runner.temp }}/digests/${digest#sha256:}"
- name: Upload digest - name: Upload digest
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: digests-${{ inputs.suffix }}-${{ matrix.tag }} name: digests-${{ inputs.suffix }}-${{ matrix.tag }}
path: ${{ runner.temp }}/digests/* path: ${{ runner.temp }}/digests/*

View File

@@ -76,7 +76,7 @@ jobs:
ls dist ls dist
- name: Archive tar.gz - name: Archive tar.gz
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: vllm-ascend-src name: vllm-ascend-src
path: dist/* path: dist/*
@@ -168,7 +168,7 @@ jobs:
done done
- name: Archive wheel - name: Archive wheel
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: vllm-ascend-${{ matrix.os }}-py${{ matrix.python-version }}-wheel name: vllm-ascend-${{ matrix.os }}-py${{ matrix.python-version }}-wheel
path: dist/* path: dist/*

View File

@@ -134,7 +134,7 @@ jobs:
- name: Upload benchmark artifacts - name: Upload benchmark artifacts
if: github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' if: github.event_name != 'schedule' && github.event_name != 'workflow_dispatch'
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: "benchmark-performance-${{ matrix.vllm_branch }}-${{ matrix.vllm_ascend_branch }}-report" name: "benchmark-performance-${{ matrix.vllm_branch }}-${{ matrix.vllm_ascend_branch }}-report"
path: ./benchmarks/results/benchmark_results.md path: ./benchmarks/results/benchmark_results.md