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
3 days ago the action team decided to add include-hidden-files for actions/upload-artifact@v4 and actions/upload-artifact@v3: actions/upload-artifact#602
This is a breaking change performed without bumping the major version. To fix our workflows, we need to use it, but actionlint steep fail napari/napari#7241
For anyone who is stucked with this action failing, you may change uses: actions/upload-artifact@v4 to uses: actions/upload-artifact@v4.4.0 and this will disable actionlint validation of input parameters.
3 days ago the action team decided to add
include-hidden-files
foractions/upload-artifact@v4
andactions/upload-artifact@v3
: actions/upload-artifact#602This is a breaking change performed without bumping the major version. To fix our workflows, we need to use it, but actionlint steep fail napari/napari#7241
Based on the documentation https://github.com/rhysd/actionlint/blob/main/docs/checks.md#popular-action-inputs-validation-at-with it should be possible to easy regenerate the schema and release a new actionlint version.
The text was updated successfully, but these errors were encountered: