upgrade upload-artifact@v3 -> v4
This commit is contained in:
parent
7b42a7848d
commit
7317a8d305
6
.github/workflows/build-release.yml
vendored
6
.github/workflows/build-release.yml
vendored
@ -18,13 +18,13 @@ jobs:
|
|||||||
run: cd bochs && ./build/redhat/make-rpm | tee ../build.log
|
run: cd bochs && ./build/redhat/make-rpm | tee ../build.log
|
||||||
|
|
||||||
- name: Upload release sources tarball
|
- name: Upload release sources tarball
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bochs sources tarball
|
name: bochs.tar.gz
|
||||||
path: bochs.tar.gz
|
path: bochs.tar.gz
|
||||||
|
|
||||||
- name: Upload release linux RPM package
|
- name: Upload release linux RPM package
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bochs linux RPM
|
name: bochs linux RPM
|
||||||
path: bochs.*.rpm
|
path: bochs.*.rpm
|
||||||
|
Loading…
Reference in New Issue
Block a user