Skip to content

Commit 4080551

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] <[email protected]>
1 parent 2979f7a commit 4080551

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
@@ -101,13 +101,13 @@ jobs:
101101
docker save rocm/vllm-dev:base | gzip > artifacts/docker-image/rocm-base-image.tar.gz
102102
ls -lh artifacts/docker-image/
103103
- name: Upload base wheels
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v5
105105
with:
106106
name: rocm-base-wheels
107107
path: artifacts/base-wheels/*.whl
108108
retention-days: 7
109109
- name: Upload base Docker image
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v5
111111
with:
112112
name: rocm-base-image
113113
path: artifacts/docker-image/rocm-base-image.tar.gz
@@ -204,14 +204,14 @@ jobs:
204204
echo "Normalized vLLM wheel:"
205205
ls -lh artifacts/vllm-wheel/
206206
- name: Upload vLLM wheel
207-
uses: actions/upload-artifact@v4
207+
uses: actions/upload-artifact@v5
208208
with:
209209
name: vllm-wheel
210210
path: artifacts/vllm-wheel/*.whl
211211
retention-days: 7
212212

213213
- name: Upload dependency wheels
214-
uses: actions/upload-artifact@v4
214+
uses: actions/upload-artifact@v5
215215
with:
216216
name: dependency-wheels
217217
path: dist/dependency-wheels/*.whl

0 commit comments

Comments
 (0)