diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 140d598d..857a9eab 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -109,7 +109,7 @@ jobs: tar zcvf "${output}.tar.gz" "${output}" done - name: Create Release & Upload Release Assets - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.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.