Skip to content

Commit

Permalink
ci(unit): update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Jan 19, 2025
1 parent b876458 commit 1bb1232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.11
- name: Install Node
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Run tests
run: pnpm test
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: unit-tests
Expand Down

0 comments on commit 1bb1232

Please sign in to comment.