github: Switch to actions/{download,upload}-artifact@v3
This commit is contained in:
parent
c5b651156a
commit
0707a03480
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
qemu-x86_defconfig \
|
||||
i686-linux-gnu
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: boot-qemu_x86_virt-master
|
||||
path: ${{ runner.temp }}/boot-qemu_x86_virt.bin.gz
|
||||
|
|
@ -124,7 +124,7 @@ jobs:
|
|||
$DEBIAN_ARCH \
|
||||
$DEBIAN_SUITE
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: boot-qemu_x86_virt-master
|
||||
path: ${{ runner.temp }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue