Skip to content

Commit 7f5f20e

Browse files
committed
fix: fix upload artifact ci
1 parent f786532 commit 7f5f20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs-bundle-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: npx -p nextjs-bundle-analysis report
7777

7878
- name: Upload bundle
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: bundle
8282
path: ./apps/console/.next/analyze/__bundle_analysis.json

0 commit comments

Comments
 (0)