Skip to content

Commit 71eab97

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 894bc89 commit 71eab97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-rocm-wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
docker save rocm/vllm-dev:base | gzip > artifacts/docker-image/rocm-base-image.tar.gz
9292
ls -lh artifacts/docker-image/
9393
- name: Upload base wheels
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v5
9595
with:
9696
name: rocm-base-wheels
9797
path: artifacts/base-wheels/*.whl
9898
retention-days: 7
9999
- name: Upload base Docker image
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v5
101101
with:
102102
name: rocm-base-image
103103
path: artifacts/docker-image/rocm-base-image.tar.gz
@@ -184,14 +184,14 @@ jobs:
184184
done
185185
ls -lh artifacts/vllm-wheel/
186186
- name: Upload vLLM wheel
187-
uses: actions/upload-artifact@v4
187+
uses: actions/upload-artifact@v5
188188
with:
189189
name: vllm-wheel
190190
path: artifacts/vllm-wheel/*.whl
191191
retention-days: 7
192192

193193
- name: Upload dependency wheels
194-
uses: actions/upload-artifact@v4
194+
uses: actions/upload-artifact@v5
195195
with:
196196
name: dependency-wheels
197197
path: dist/dependency-wheels/*.whl

0 commit comments

Comments
 (0)