Skip to content

Commit

Permalink
ci: upgrade deprecated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
peritpatrio committed Sep 25, 2024
1 parent 5663901 commit 3b0be7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: bun run build
- run: bun run lint
- run: bun run prettier --check .
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build
path: out

0 comments on commit 3b0be7d

Please sign in to comment.