Skip to content

Commit 139a053

Browse files
chore(deps): update actions/upload-artifact action to v6 (#9252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb40874 commit 139a053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Unit Test UI
121121
run: pnpm run -C packages/ui test:ui
122122

123-
- uses: actions/upload-artifact@v5
123+
- uses: actions/upload-artifact@v6
124124
if: ${{ !cancelled() }}
125125
with:
126126
name: playwright-report-${{ matrix.os }}-node-${{ matrix.node_version }}
@@ -240,7 +240,7 @@ jobs:
240240
- name: Test Browser (playwright)
241241
run: pnpm run test:browser:playwright
242242

243-
- uses: actions/upload-artifact@v5
243+
- uses: actions/upload-artifact@v6
244244
if: ${{ !cancelled() }}
245245
with:
246246
name: playwright-report-rolldown

0 commit comments

Comments
 (0)