Fix CI warnings (#590)

This commit is contained in:
Fangjun Kuang
2024-02-20 15:28:47 +08:00
committed by GitHub
parent d2cc48ded5
commit 12e5225401
38 changed files with 57 additions and 57 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-arm-install-20220907
@@ -80,7 +80,7 @@ jobs:
- name: cache-toolchain
id: cache-toolchain
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: toolchain
key: gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf
@@ -177,13 +177,13 @@ jobs:
tar cjvf ${dst}.tar.bz2 $dst
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.lib_type == 'shared'
with:
name: sherpa-onnx-linux-arm-gnueabihf-shared
path: sherpa-onnx-*linux-arm-gnueabihf-shared.tar.bz2
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.lib_type == 'static'
with:
name: sherpa-onnx-linux-arm-gnueabihf-static