Skip to content

Commit 46a0246

Browse files
committed
fix: ci
1 parent 8d77c37 commit 46a0246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs_bundle_analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
analyze:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- name: Install Node.js
3030
uses: actions/setup-node@v3
@@ -65,7 +65,7 @@ jobs:
6565
run: npx -p nextjs-bundle-analysis report
6666

6767
- name: Upload bundle
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: bundle
7171
path: .next/analyze/__bundle_analysis.json

0 commit comments

Comments
 (0)