Fangjun Kuang
Committed by GitHub

Fix CI tests. (#596)

@@ -132,7 +132,7 @@ jobs: @@ -132,7 +132,7 @@ jobs:
132 - uses: actions/upload-artifact@v4 132 - uses: actions/upload-artifact@v4
133 if: matrix.shared_lib == 'OFF' && matrix.build_type == 'Release' 133 if: matrix.shared_lib == 'OFF' && matrix.build_type == 'Release'
134 with: 134 with:
135 - name: release-static 135 + name: release-static-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
136 path: build/bin/* 136 path: build/bin/*
137 137
138 - name: Test transducer kws 138 - name: Test transducer kws
@@ -236,6 +236,6 @@ jobs: @@ -236,6 +236,6 @@ jobs:
236 236
237 - uses: actions/upload-artifact@v4 237 - uses: actions/upload-artifact@v4
238 with: 238 with:
239 - name: tts-generated-test-files 239 + name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
240 path: tts 240 path: tts
241 241
@@ -29,7 +29,7 @@ jobs: @@ -29,7 +29,7 @@ jobs:
29 with: 29 with:
30 python-version: ${{ matrix.python-version }} 30 python-version: ${{ matrix.python-version }}
31 31
32 - - uses: actions/setup-node@v3 32 + - uses: actions/setup-node@v4
33 with: 33 with:
34 node-version: 13 34 node-version: 13
35 registry-url: 'https://registry.npmjs.org' 35 registry-url: 'https://registry.npmjs.org'
@@ -129,5 +129,5 @@ jobs: @@ -129,5 +129,5 @@ jobs:
129 129
130 - uses: actions/upload-artifact@v4 130 - uses: actions/upload-artifact@v4
131 with: 131 with:
132 - name: tts-generated-test-files 132 + name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.lib_type }}
133 path: tts 133 path: tts
@@ -81,5 +81,5 @@ jobs: @@ -81,5 +81,5 @@ jobs:
81 81
82 - uses: actions/upload-artifact@v4 82 - uses: actions/upload-artifact@v4
83 with: 83 with:
84 - name: tts-generated-test-files 84 + name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.python-version }
85 path: tts 85 path: tts
@@ -38,7 +38,7 @@ jobs: @@ -38,7 +38,7 @@ jobs:
38 with: 38 with:
39 python-version: ${{ matrix.python-version }} 39 python-version: ${{ matrix.python-version }}
40 40
41 - - uses: actions/setup-node@v3 41 + - uses: actions/setup-node@v4
42 with: 42 with:
43 node-version: 13 43 node-version: 13
44 registry-url: 'https://registry.npmjs.org' 44 registry-url: 'https://registry.npmjs.org'
@@ -89,7 +89,7 @@ jobs: @@ -89,7 +89,7 @@ jobs:
89 git diff 89 git diff
90 cp *.js ../scripts/nodejs 90 cp *.js ../scripts/nodejs
91 91
92 - - uses: actions/setup-node@v3 92 + - uses: actions/setup-node@v4
93 with: 93 with:
94 node-version: 13 94 node-version: 13
95 registry-url: 'https://registry.npmjs.org' 95 registry-url: 'https://registry.npmjs.org'