Skip to content

Commit 616e2d8

Browse files
chore(deps): Bump actions/upload-artifact from 4 to 5
Dependabot couldn't find the original pull request head commit, c698578.
1 parent e859064 commit 616e2d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-macos-tts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
echo "::endgroup::"
201201
202202
- name: Upload test audio artifacts
203-
uses: actions/upload-artifact@v4
203+
uses: actions/upload-artifact@v5
204204
if: always()
205205
with:
206206
name: macos-tts-test-output

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
291291
- name: Upload test artifacts
292292
if: failure()
293-
uses: actions/upload-artifact@v4
293+
uses: actions/upload-artifact@v5
294294
with:
295295
name: test-logs-${{ matrix.os }}-node-${{ matrix.node-version }}
296296
path: |

0 commit comments

Comments
 (0)