There are some deprecations coming and some actions might stop working.
It seems softprops/action-gh-release@v1 is not being actively maintained,
and isn't updated here.
the mac os build action uses an action that automatically creates
a release from a tag push, which circumvents triggering the regular
release actions.
also switch from the unmaintained actions/upload-release-asset@v1
to the active softprops/action-gh-release@v1 action.
closes#15761