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
In v4 by default action fails if artifact with a matching name does exist.
Please add option to not fail when artifact exist (similar to if-no-files-found:), to simply ignore it.
Why is this needed?
When re-using workflows in job matrix, sometimes it's expected that artifact with the same name exist. Previously when using v3 action, the job didn't fail, but it was merging the files. In v4 since the job fails by default, so I think this new option is needed to have better control over this, otherwise people would be stuck at v3 due to lack of flexibility.
The text was updated successfully, but these errors were encountered:
What would you like to be added?
In v4 by default action fails if artifact with a matching name does exist.
Please add option to not fail when artifact exist (similar to
if-no-files-found:
), to simply ignore it.Why is this needed?
When re-using workflows in job matrix, sometimes it's expected that artifact with the same name exist. Previously when using v3 action, the job didn't fail, but it was merging the files. In v4 since the job fails by default, so I think this new option is needed to have better control over this, otherwise people would be stuck at v3 due to lack of flexibility.
The text was updated successfully, but these errors were encountered: