Skip to content

Commit 37e80e3

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 b335027 commit 37e80e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ jobs:
9595
docker save rocm/vllm-dev:base | gzip > artifacts/docker-image/rocm-base-image.tar.gz
9696
ls -lh artifacts/docker-image/
9797
- name: Upload base wheels
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
with:
100100
name: rocm-base-wheels
101101
path: artifacts/base-wheels/*.whl
102102
retention-days: 7
103103
- name: Upload base Docker image
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v5
105105
with:
106106
name: rocm-base-image
107107
path: artifacts/docker-image/rocm-base-image.tar.gz
@@ -217,7 +217,7 @@ jobs:
217217
done
218218
ls -lh artifacts/vllm-wheel/
219219
- name: Upload vLLM wheel
220-
uses: actions/upload-artifact@v4
220+
uses: actions/upload-artifact@v5
221221
with:
222222
name: vllm-wheel
223223
path: artifacts/vllm-wheel/*.whl

0 commit comments

Comments
 (0)