fwcd / kotlin-debug-adapter

Kotlin/JVM debugging for any editor/IDE using the Debug Adapter Protocol
MIT License
110 stars 19 forks source link

Upgrade Actions versions and use non-deprecated release action #82

Open themkat opened 5 months ago

themkat commented 5 months ago

When building or releasing/deploying, we get errors from Github Actions. Most of these are deprecation warnings for Node12 , but some are usage of deprecated methods in our actions.

Also change the release action we are using. The old ones from Github are deprecated and no longer maintained. The new one is directly linked to from the repos of Githubs older actions. Hopefully it will behave 100 % the same.