You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ESM workflow: properly use actions/download-artifact@v7
Instead of downgrading to v4, properly configure v7 by:
- Adding explicit artifact name "package" to upload step
- Specifying name and path parameters in all download steps
- This ensures artifacts are downloaded to the correct location
The v7 API requires explicit name/path configuration to avoid the extra
directory level that was causing the previous failures.
Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
0 commit comments