Skip to content

Commit

Permalink
ci(bundle-size-analysis): updated external actions (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 authored Jan 30, 2025
1 parent 33ab24b commit 38c12c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle-size-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

Expand All @@ -33,7 +33,7 @@ jobs:
- name: Save stats as artifact
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bundle-stats
path: dist/stats.html
Expand Down

0 comments on commit 38c12c4

Please sign in to comment.