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

@@ -50,7 +50,7 @@ jobs:
- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-aarch64-install-20220908
@@ -79,7 +79,7 @@ jobs:
- name: cache-toolchain
id: cache-toolchain
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: toolchain
key: gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz
@@ -170,7 +170,7 @@ jobs:
tar cjvf ${dst}.tar.bz2 $dst
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sherpa-onnx-linux-aarch64-shared
path: sherpa-onnx-*linux-aarch64-shared.tar.bz2

View File

@@ -50,7 +50,7 @@ jobs:
- name: cache-qemu
id: cache-qemu
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: qemu-install
key: qemu-aarch64-install-20220908
@@ -79,7 +79,7 @@ jobs:
- name: cache-toolchain
id: cache-toolchain
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: toolchain
key: gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz
@@ -161,7 +161,7 @@ jobs:
tar cjvf ${dst}.tar.bz2 $dst
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sherpa-onnx-linux-aarch64-static
path: sherpa-onnx-*linux-aarch64-static.tar.bz2

View File

@@ -103,7 +103,7 @@ jobs:
ls -lh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sherpa-onnx-android-libs
path: ./jniLibs

View File

@@ -61,7 +61,7 @@ jobs:
run: |
ls -lh ./apks/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./apks/*.apk

View File

@@ -84,7 +84,7 @@ jobs:
ls -lh ./apks/
du -h -d1 .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: false
with:
name: tts-engine-apk

View File

@@ -85,7 +85,7 @@ jobs:
ls -lh ./apks/
du -h -d1 .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: false
with:
name: tts-apk

View File

@@ -63,7 +63,7 @@ jobs:
run: |
ls -lh ./apks/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./apks/*.apk

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

View File

@@ -88,7 +88,7 @@ jobs:
git commit -m "add more wheels"
git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/sherpa-onnx-wheels main
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

View File

@@ -113,7 +113,7 @@ jobs:
git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/sherpa-onnx-wheels main
- name: Upload wheel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sherpa_onnx-${{ env.SHERPA_ONNX_VERSION }}-cp${{ env.PYTHON_VERSION }}-cp${{ env.PYTHON_VERSION }}-linux_armv7l.whl.zip
path: ./wheelhouse/*.whl

View File

@@ -71,7 +71,7 @@ jobs:
rm -rf ./wheelhouse
mv ./wheels ./wheelhouse
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

View File

@@ -60,7 +60,7 @@ jobs:
ls -lh ./wheelhouse/*.whl
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

View File

@@ -60,7 +60,7 @@ jobs:
ls -lh ./wheelhouse/*.whl
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

View File

@@ -45,7 +45,7 @@ jobs:
ls -lh ./wheelhouse/*.whl
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

View File

@@ -44,7 +44,7 @@ jobs:
ls -lh ./wheelhouse/*.whl
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

View File

@@ -57,7 +57,7 @@ jobs:
ls -lh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sherpa-onnx-ios-libs
path: ./build-ios

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -77,17 +77,17 @@ jobs:
python3 ./test.py
ls -lh *.wav
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: test-0.wav
path: scripts/vits/test-0.wav
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: test-1.wav
path: scripts/vits/test-1.wav
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: test-2.wav
path: scripts/vits/test-2.wav

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -129,7 +129,7 @@ jobs:
ls -lh build/bin/sherpa-onnx
readelf -d build/bin/sherpa-onnx
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.shared_lib == 'OFF' && matrix.build_type == 'Release'
with:
name: release-static
@@ -234,7 +234,7 @@ jobs:
overwrite: true
file: sherpa-onnx-*linux-x64.tar.bz2
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: tts-generated-test-files
path: tts

View File

@@ -104,19 +104,19 @@ jobs:
ls -lh
- name: Upload artifact tts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: non-streaming-tts-${{ matrix.arch }}
path: ./mfc-examples/${{ matrix.arch }}/sherpa-onnx-non-streaming-tts-*.exe
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: streaming-speech-recognition-${{ matrix.arch }}
path: ./mfc-examples/${{ matrix.arch }}/Release/sherpa-onnx-streaming-asr-*.exe
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: non-streaming-speech-recognition-${{ matrix.arch }}
path: ./mfc-examples/${{ matrix.arch }}/Release/sherpa-onnx-non-streaming-asr-*.exe

View File

@@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -127,7 +127,7 @@ jobs:
.github/scripts/test-online-transducer.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: tts-generated-test-files
path: tts

View File

@@ -55,7 +55,7 @@ jobs:
key: ${{ matrix.os }}-python-${{ matrix.python-version }}
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
@@ -79,7 +79,7 @@ jobs:
.github/scripts/test-speaker-recognition-python.sh
.github/scripts/test-python.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: tts-generated-test-files
path: tts

View File

@@ -49,7 +49,7 @@ jobs:
fetch-depth: 0
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -67,7 +67,7 @@ jobs:
cp dotnet-examples/offline-tts/*.wav ./tts
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dot-net-tts-generated-test-files-${{ matrix.os }}
path: tts

View File

@@ -50,7 +50,7 @@ jobs:
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target install --config Release
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: ./build/install/lib/
@@ -70,7 +70,7 @@ jobs:
fetch-depth: 0
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
@@ -80,19 +80,19 @@ jobs:
python3 -m pip install --upgrade pip Jinja2
- name: Retrieve artifact from ubuntu-latest
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ubuntu-latest
path: /tmp/linux
- name: Retrieve artifact from macos-latest
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: macos-latest
path: /tmp/macos
- name: Retrieve artifact from windows-latest
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: windows-latest
path: /tmp/windows

View File

@@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.12'
@@ -430,7 +430,7 @@ jobs:
./run-paraformer.sh
rm -rf sherpa-onnx-streaming-paraformer-bilingual-zh-en
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: tts-waves
path: tts-waves

View File

@@ -35,7 +35,7 @@ jobs:
with:
key: ${{ matrix.os }}-${{ matrix.arch }}
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.12'
@@ -96,7 +96,7 @@ jobs:
cp *.wav ../../../../tts-waves/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: tts-waves
path: tts-waves

View File

@@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -52,7 +52,7 @@ jobs:
ls -lh install/lib
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -38,7 +38,7 @@ jobs:
key: ${{ matrix.os }}-python-${{ matrix.python-version }}
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

View File

@@ -38,7 +38,7 @@ jobs:
key: ${{ matrix.os }}-python-${{ matrix.python-version }}
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}