Return the name of the post type

Figured it out:

<h1 class="archive-title">
  <?php echo get_post_type_object( get_post_type() )->label; ?>
</h1>