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
The actions/download-artifact@v4 action's name input does not support a comma-separated list. Replace it with the pattern input and use glob patterns to correctly download multiple artifacts.
Why: The suggestion correctly identifies a critical bug in the GitHub Actions workflow; using a comma-separated list for the name parameter in actions/download-artifact@v4 is invalid and would cause the workflow to fail.