react.dev
react.dev copied to clipboard
Fix gh actions
Fixes from #6651:
- Fixed the warning
No files were found with the provided path: .next/analyze/__bundle_analysis_comment.txt. No artifacts will be uploaded.(warning example) - Canceled
Analyze Bundle (Comment)action (and thus fixed its failure) on the default branch by rewriting the condition, as GitHub's runner evaluation is tricky and sometimes provides false positives. Close #5801 - ~Fixed
Analyze Bundle (Comment)action failure:Resource not accessible by integration(failure example)~
Some of these fixes would work only after merging in main branch.
These fixes are already implemented in uk.react.dev repo:
- no artifacts warning here https://github.com/reactjs/uk.react.dev/actions/runs/14335688559
- canceled
Analyze Bundle (Comment)action on main https://github.com/reactjs/uk.react.dev/actions/runs/14335730258 - successful
Analyze Bundle (Comment)action in PR https://github.com/reactjs/uk.react.dev/actions/runs/14456291339
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| 19-react-dev | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 3, 2025 9:22pm |
| react-dev | ✅ Ready (Inspect) | Visit Preview | Mar 3, 2025 9:22pm |
Size changes
📦 Next.js Bundle Analysis for react-dev
This analysis was generated by the Next.js Bundle Analysis action. 🤖
This PR introduced no changes to the JavaScript bundle! 🙌
@poteto PTAL when you have time
Bump @poteto