Update ci.yml (to use non-deprecated upload-artifact action)#91
Update ci.yml (to use non-deprecated upload-artifact action)#91meghfossa wants to merge 1 commit into
Conversation
|
Hey @meghfossa, thanks for opening this PR! I just checked the breaking changes of v4 and it lists the deprecation of uploading artifacts with the same name. Currently the zip will keep the name If it does throw an error, I suggest appending the |
|
I ran into following into CI -
I resolved it by bumping the version on my fork (so not a blocker or issue for me). Thanks for creating this template - this literally saved hours of js/ts/env setup. Feel free to close this PR |
This updates to v4, as v3 is deprecated (and will actively throw error in CI)
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/