diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 536095c..8aeaa76 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -92,7 +92,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@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 with: # Note: If there is no release name specified, releases created in # the GitHub UI do not trigger a failure and are modified instead.