Skip to content

Commit f72b50d

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

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@v4
123+
- uses: actions/upload-artifact@v5
124124
if: ${{ !cancelled() }}
125125
with:
126126
name: playwright-report
@@ -202,7 +202,7 @@ jobs:
202202
- name: Test Browser (playwright)
203203
run: pnpm run test:browser:playwright
204204

205-
- uses: actions/upload-artifact@v4
205+
- uses: actions/upload-artifact@v5
206206
if: ${{ !cancelled() }}
207207
with:
208208
name: playwright-report-rolldown

0 commit comments

Comments
 (0)