Skip to content

Commit 3d18409

Browse files
committed
ci: fix upload-artifact
1 parent e7dbf5f commit 3d18409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334

335335
# upload all generated wheels *.whl
336336
- name: upload artifact
337-
uses: actions/upload-artifact@v2
337+
uses: actions/upload-artifact@v4
338338
with:
339339
name: python_wheels
340340
path: python/dist/manylinux/*
@@ -400,7 +400,7 @@ jobs:
400400
run: cargo deb --no-strip -- --features xen,kvm,virtualbox,mflow
401401

402402
- name: upload artifact
403-
uses: actions/upload-artifact@v2
403+
uses: actions/upload-artifact@v4
404404
with:
405405
name: microvmi_deb
406406
# microvmi_x.x.x_amd64.deb
@@ -466,7 +466,7 @@ jobs:
466466
working-directory: libmicrovmi
467467

468468
- name: upload artifact
469-
uses: actions/upload-artifact@v2
469+
uses: actions/upload-artifact@v4
470470
with:
471471
name: microvmi_win32
472472
path: libmicrovmi/output/*

0 commit comments

Comments
 (0)