chipsalliance / verible-linter-action

Automatic SystemVerilog linting in github actions with the help of Verible
Apache License 2.0
27 stars 13 forks source link

Update upload-artifact action to v4 #35

Closed jwnrt closed 7 months ago

jwnrt commented 7 months ago

Version 3 is using Node v16 which is deprecated and may be removed in the future.

I'm unsure whether this change requires a major version bump to this action. upload-artifact@v4 changes whether the same artifact can be uploaded multiple times and replace itself which I suppose has an observable effect.