We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e859064 commit 616e2d8Copy full SHA for 616e2d8
.github/workflows/test-macos-tts.yml
@@ -200,7 +200,7 @@ jobs:
200
echo "::endgroup::"
201
202
- name: Upload test audio artifacts
203
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
204
if: always()
205
with:
206
name: macos-tts-test-output
.github/workflows/test-macos.yml
@@ -290,7 +290,7 @@ jobs:
290
291
- name: Upload test artifacts
292
if: failure()
293
294
295
name: test-logs-${{ matrix.os }}-node-${{ matrix.node-version }}
296
path: |
0 commit comments