Skip to content

Commit 939a0f5

Browse files
authored
ci(unit): update upload-artifact to v4
1 parent 0c56b7a commit 939a0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run tests
3535
run: pnpm test
3636
- name: Upload artifacts
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
if: failure()
3939
with:
4040
name: unit-tests

0 commit comments

Comments
 (0)