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

@@ -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