Skip to content

Commit 1bb1232

Browse files
committed
ci(unit): update upload-artifact action
1 parent b876458 commit 1bb1232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v3
2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v2
23+
uses: pnpm/action-setup@v3
2424
with:
2525
version: 8.11
2626
- name: Install Node
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run tests
4141
run: pnpm test
4242
- name: Upload artifacts
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
if: failure()
4545
with:
4646
name: unit-tests

0 commit comments

Comments
 (0)