File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 with :
3131 uses : exoego/esbuild-bundle-analyzer@${{ github.sha }}
3232 with : ' {"metafiles": "tmp/meta.json"}'
33- - uses : actions/upload-artifact@v4
33+ - uses : actions/upload-artifact@v5
3434 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
3535 with :
3636 name : distribution
Original file line number Diff line number Diff line change 5959 with :
6060 uses : exoego/esbuild-bundle-analyzer@${{ github.sha }}
6161 with : ' {"metafiles": "tmp/meta.json"}'
62- - uses : actions/upload-artifact@v4
62+ - uses : actions/upload-artifact@v5
6363 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
6464 with :
6565 name : distribution
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ runs:
103103 node ${{ github.action_path }}/dist/index.mjs
104104
105105 - name : Upload bundle analysis on default branch
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v5
107107 if : success() && github.ref_name == github.event.repository.default_branch
108108 with :
109109 name : bundle
You can’t perform that action at this time.
0 commit comments