Bump actions/upload-artifact from 3 to 4 #138
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 warnings
Unused import directive:
build.gradle.kts#L2
Unused import directive
|
'size() == 0' can be replaced with 'isEmpty()':
src/main/java/co/solidworx/idea/php/phake/type/provider/PhakeTypeProvider.java#L36
`signTypes.size() == 0` can be replaced with 'signTypes.isEmpty()'
|