diff --git a/.github/workflows/upload-to-gh-release.yml b/.github/workflows/upload-to-gh-release.yml index 99ef4fe..e2d3e15 100644 --- a/.github/workflows/upload-to-gh-release.yml +++ b/.github/workflows/upload-to-gh-release.yml @@ -52,7 +52,7 @@ jobs: popd - name: Upload files to release - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3 + uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 with: files: output/* tag_name: ${{ inputs.version }}