diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index bd58966..520ab74 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -88,7 +88,7 @@ jobs: tar zcvf "${output}.tar.gz" "${output}" done - name: Create Release & Upload Release Assets - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8 + uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0 with: # Note: If there is no release name specified, releases created in # the GitHub UI do not trigger a failure and are modified instead.