Skip to content

Commit

Permalink
Merge branch 'master' into update-cluster-1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvpickering authored Sep 11, 2024
2 parents 7c50db8 + f6994d4 commit 123cea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- id: upload-build-out
name: Upload Next.js build output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: next-build-out
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: npx -p nextjs-bundle-analysis report

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

0 comments on commit 123cea3

Please sign in to comment.