Skip to content

Commit

Permalink
fix: upgrade upload artifact ci (#1656)
Browse files Browse the repository at this point in the history
Because

- upgrade upload artifact ci

This commit

- upgrade upload artifact ci
  • Loading branch information
EiffelFly authored Dec 13, 2024
1 parent f786532 commit f9f2c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: npx -p nextjs-bundle-analysis report

- name: Upload bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bundle
path: ./apps/console/.next/analyze/__bundle_analysis.json
Expand Down

0 comments on commit f9f2c40

Please sign in to comment.